Home
last modified time | relevance | path

Searched refs:VFSNAME_SYNC (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c168 VFSNAME_SYNC, { .vfs_sync = swap_sync }, in swapinit()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c673 VFSNAME_SYNC, { .vfs_sync = nm_sync }, in nameinit()
678 VFSNAME_SYNC, { .vfs_sync = nm_sync }, in nameinit()
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c135 VFSNAME_SYNC, { .vfs_sync = fs_sync }, in devfsinit()
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c559 VFSNAME_SYNC, { .vfs_sync = lo_sync }, in lofsinit()
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h379 #define VFSNAME_SYNC "sync" macro
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c267 { VFSNAME_SYNC, { .vfs_sync = smbfs_sync } },
/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c792 VFSNAME_SYNC, { .vfs_sync = spec_sync }, in specinit()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c339 VFSNAME_SYNC, offsetof(vfsops_t, vfs_sync), in fs_copyfsops()
4334 VFSNAME_SYNC, { .vfs_sync = vfs_EIO_sync }, in vfsinit()
4347 VFSNAME_SYNC, { .vfs_sync = vfsstray_sync }, in vfsinit()
H A Dfem.c2018 { VFSNAME_SYNC, (femop_t *)fshead_sync },
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c105 VFSNAME_SYNC, { .vfs_sync = cachefs_sync }, in cachefs_init_vfsops()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c162 VFSNAME_SYNC, { .vfs_sync = nfs_sync }, in nfsinit()
H A Dnfs3_vfsops.c160 VFSNAME_SYNC, { .vfs_sync = nfs3_sync }, in nfs3init()
H A Dnfs4_vfsops.c196 VFSNAME_SYNC, { .vfs_sync = nfs4_sync }, in nfs4init()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1919 VFSNAME_SYNC, { .vfs_sync = udf_sync }, in udfinit()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2078 VFSNAME_SYNC, { .vfs_sync = ufs_sync }, in ufsinit()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c240 VFSNAME_SYNC, { .vfs_sync = pcfs_sync }, in pcfsinit()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c92 VFSNAME_SYNC, { .vfs_sync = zfs_sync },