Searched refs:ufs_inode_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c127 ulong_t ufs_inode_max; /* hard limit of allowable idle inodes */ variable
197 if (ufs_inode_max == 0)
198 ufs_inode_max =
200 if (ufs_ninode > ufs_inode_max || (ufs_ninode == 0 && ncsize == 0)) {
202 ufs_inode_max);
203 ufs_ninode = ufs_inode_max;

Completed in 45 milliseconds