Searched refs:VFSNAME_SYNC (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/fs/swapfs/ |
H A D | swap_subr.c | 168 VFSNAME_SYNC, { .vfs_sync = swap_sync }, in swapinit()
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 673 VFSNAME_SYNC, { .vfs_sync = nm_sync }, in nameinit() 678 VFSNAME_SYNC, { .vfs_sync = nm_sync }, in nameinit()
|
/titanic_50/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 135 VFSNAME_SYNC, { .vfs_sync = fs_sync }, in devfsinit()
|
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 559 VFSNAME_SYNC, { .vfs_sync = lo_sync }, in lofsinit()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 373 #define VFSNAME_SYNC "sync" macro
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 267 { VFSNAME_SYNC, { .vfs_sync = smbfs_sync } },
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 792 VFSNAME_SYNC, { .vfs_sync = spec_sync }, in specinit()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 347 VFSNAME_SYNC, offsetof(vfsops_t, vfs_sync), in fs_copyfsops() 4322 VFSNAME_SYNC, { .vfs_sync = vfs_EIO_sync }, in vfsinit() 4335 VFSNAME_SYNC, { .vfs_sync = vfsstray_sync }, in vfsinit()
|
H A D | fem.c | 2018 { VFSNAME_SYNC, (femop_t *)fshead_sync },
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 162 VFSNAME_SYNC, { .vfs_sync = nfs_sync }, in nfsinit()
|
H A D | nfs3_vfsops.c | 160 VFSNAME_SYNC, { .vfs_sync = nfs3_sync }, in nfs3init()
|
H A D | nfs4_vfsops.c | 196 VFSNAME_SYNC, { .vfs_sync = nfs4_sync }, in nfs4init()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 2080 VFSNAME_SYNC, { .vfs_sync = ufs_sync }, in ufsinit()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1919 VFSNAME_SYNC, { .vfs_sync = udf_sync }, in udfinit()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 93 VFSNAME_SYNC, { .vfs_sync = zfs_sync },
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 240 VFSNAME_SYNC, { .vfs_sync = pcfs_sync }, in pcfsinit()
|