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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c203 int cheap = flag & SYNC_ATTR; local
214 if (cheap)
337 (void) ufs_scan_inodes(1, ufs_sync_inode, (void *)(uintptr_t)cheap,
388 int cheap = (int)(uintptr_t)arg; local
392 if (cheap && ((flag & (IUPD|IACC|ICHG|IMOD|IMODACC|IATTCHG)) == 0))
426 if (cheap && (ufsvfsp->vfs_dfritime & UFS_DFRATIME) &&
445 if (cheap || IS_SWAPVP(ITOV(ip))) {
H A Dufs_vfsops.c1875 int cheap = flag & SYNC_ATTR; local
1935 (void *)(uintptr_t)cheap, ufsvfsp);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c838 int cheap = flag & SYNC_ATTR; local
888 if (cheap || IS_SWAPVP(vp)) {

Completed in 67 milliseconds