Home
last modified time | relevance | path

Searched refs:SYNC_ATTR (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c119 if (flag & SYNC_ATTR) { in spec_sync()
/titanic_44/usr/src/uts/common/fs/
H A Dfsflush.c482 SYNC_ATTR, kcred); in fsflush()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h620 #define SYNC_ATTR 0x01 /* sync attributes only */ macro
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c877 if (!(flag & SYNC_ATTR) && mutex_tryenter(&smbfs_syncbusy) != 0) { in smbfs_sync()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c1152 if (!(flag & SYNC_ATTR)) { in cachefs_sync()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c203 int cheap = flag & SYNC_ATTR; in ufs_update()
H A Dufs_vfsops.c1877 int cheap = flag & SYNC_ATTR; in ufs_sync()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c838 int cheap = flag & SYNC_ATTR; in ud_flushi()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1603 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs_syncbusy) != 0) { in nfs_sync()
H A Dnfs3_vfsops.c1602 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs3_syncbusy) != 0) { in nfs3_sync()
H A Dnfs4_vfsops.c2905 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs4_syncbusy) != 0) { in nfs4_sync()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c148 if (flag & SYNC_ATTR) in zfs_sync()