| /src/sys/miscfs/deadfs/ |
| dead_vfsops.c | 63 .vfs_sync = (void *)dead_panic,
|
| /src/sys/fs/sysvbfs/ |
| sysvbfs.c | 125 .vfs_sync = sysvbfs_sync,
|
| /src/sys/fs/v7fs/ |
| v7fs_extern.c | 191 .vfs_sync = v7fs_sync,
|
| /src/sys/miscfs/nullfs/ |
| null_vfsops.c | 229 .vfs_sync = layerfs_sync,
|
| /src/sys/miscfs/overlay/ |
| overlay_vfsops.c | 260 .vfs_sync = layerfs_sync,
|
| /src/sys/miscfs/fdesc/ |
| fdesc_vfsops.c | 248 .vfs_sync = fdesc_sync,
|
| /src/sys/miscfs/kernfs/ |
| kernfs_vfsops.c | 307 .vfs_sync = kernfs_sync,
|
| /src/sys/miscfs/umapfs/ |
| umap_vfsops.c | 318 .vfs_sync = layerfs_sync,
|
| /src/sys/ufs/mfs/ |
| mfs_vfsops.c | 99 .vfs_sync = ffs_sync,
|
| /src/sys/coda/ |
| coda_vfsops.c | 106 .vfs_sync = coda_sync,
|
| /src/sys/fs/autofs/ |
| autofs_vfsops.c | 349 .vfs_sync = autofs_sync,
|
| /src/sys/fs/efs/ |
| efs_vfsops.c | 566 .vfs_sync = (void *)nullop,
|
| /src/sys/fs/filecorefs/ |
| filecore_vfsops.c | 116 .vfs_sync = filecore_sync,
|
| /src/sys/fs/hfs/ |
| hfs_vfsops.c | 159 .vfs_sync = hfs_sync,
|
| /src/sys/fs/ptyfs/ |
| ptyfs_vfsops.c | 483 .vfs_sync = ptyfs_sync,
|
| /src/sys/fs/tmpfs/ |
| tmpfs_vfsops.c | 467 .vfs_sync = tmpfs_sync,
|
| /src/sys/fs/union/ |
| union_vfsops.c | 543 .vfs_sync = union_sync,
|
| /src/sys/fs/unionfs/ |
| unionfs_vfsops.c | 520 .vfs_sync = unionfs_sync,
|
| /src/sys/miscfs/procfs/ |
| procfs_vfsops.c | 534 .vfs_sync = procfs_sync,
|
| /src/sys/sys/ |
| mount.h | 196 int (*vfs_sync) (struct mount *, int, struct kauth_cred *); member in struct:vfsops 241 int VFS_SYNC(struct mount *, int, struct kauth_cred *);
|
| /src/sys/fs/udf/ |
| udf_vfsops.c | 107 .vfs_sync = udf_sync,
|
| /src/sys/fs/adosfs/ |
| advfsops.c | 797 .vfs_sync = adosfs_sync,
|
| /src/sys/fs/cd9660/ |
| cd9660_vfsops.c | 101 .vfs_sync = cd9660_sync,
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 125 .vfs_sync = msdosfs_sync,
|
| /src/sys/fs/nilfs/ |
| nilfs_vfsops.c | 174 .vfs_sync = nilfs_sync,
|