Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_mount.h51 #define UFSMNT_NODFRATIME 0x00002000 /* no deferred access time */ macro
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c460 args.flags &= ~UFSMNT_NODFRATIME; in mountfs()
462 args.flags |= UFSMNT_NODFRATIME; in mountfs()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c185 MO_NODISPLAY|MO_DEFAULT, (void *)UFSMNT_NODFRATIME },
613 if ((flags & UFSMNT_NODFRATIME) || ufsvfsp->vfs_noatime) in remountfs()
1182 if ((flags & UFSMNT_NODFRATIME) || ufsvfsp->vfs_noatime) in mountfs()