Searched defs:isreclaim (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c839 int isreclaim = *isreclaimp; local
855 isreclaim = 1;
856 if (isbusy && (isreclaim || isnottrans))
860 if (isbusy && (isreclaim || isnottrans))
864 *isreclaimp = isreclaim;
877 int isreclaim; local
914 isbusy = isreclaim = 0;
920 * isreclaim == TRUE means can't change the state of fs_reclaim
922 isreclaim =
930 if (isbusy && isreclaim)
[all...]

Completed in 230 milliseconds