Home
last modified time | relevance | path

Searched refs:SYNC_CLOSE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h614 #define SYNC_CLOSE 0x02 /* close open file */ macro
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c655 if (flag & SYNC_CLOSE) in nm_sync()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1885 if (flag & SYNC_CLOSE) in ufs_sync()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c3161 (void) VFS_SYNC(vfsp, SYNC_CLOSE, CRED()); in vfs_unmountall()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2915 if (vfsp && (flag & SYNC_CLOSE)) { in nfs4_sync()