Home
last modified time | relevance | path

Searched refs:vfs_lastwhinetime (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c164 if ((now - ufsvfsp->vfs_lastwhinetime) > (hz << 2) && in alloc()
166 ufsvfsp->vfs_lastwhinetime = now; in alloc()
268 if ((now - ufsvfsp->vfs_lastwhinetime) > (hz << 2) && in realloccg()
270 ufsvfsp->vfs_lastwhinetime = now; in realloccg()
H A Dufs_vfsops.c1111 ufsvfsp->vfs_lastwhinetime = 0L; in mountfs()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h787 clock_t vfs_lastwhinetime; member