| /freebsd/sys/kern/ |
| H A D | vfs_init.c | 373 static struct vfsops vfsops_sigdefer = { 398 struct vfsops *vfsops; in vfs_register() local 462 vfsops = vfc->vfc_vfsops; in vfs_register() 463 KASSERT(vfsops->vfs_mount != NULL, in vfs_register() 465 KASSERT(vfsops->vfs_unmount != NULL, in vfs_register() 468 if (vfsops->vfs_root == NULL) in vfs_register() 470 vfsops->vfs_root = vfs_stdroot; in vfs_register() 471 if (vfsops->vfs_quotactl == NULL) in vfs_register() 473 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register() 474 if (vfsops->vfs_statfs == NULL) in vfs_register() [all …]
|
| H A D | vfs_subr.c | 1362 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl() 1494 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops()
|
| H A D | uipc_mqueue.c | 2723 static struct vfsops mqfs_vfsops = {
|
| /freebsd/sys/fs/fuse/ |
| H A D | fuse_vfsops.c | 101 SDT_PROBE_DEFINE2(fusefs, , vfsops, trace, "int", "char*"); 121 struct vfsops fuse_vfsops = { 212 SDT_PROBE_DEFINE1(fusefs, , vfsops, mntopts, "uint64_t"); 213 SDT_PROBE_DEFINE4(fusefs, , vfsops, mount_err, "char*", "struct fuse_data*", 230 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 240 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 248 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 354 SDT_PROBE1(fusefs, , vfsops, mntopts, mntopts); in fuse_vfsop_mount() 377 SDT_PROBE2(fusefs, , vfsops, trace, 1, in fuse_vfsop_mount() 390 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfsop_mount() [all …]
|
| H A D | fuse_main.c | 93 extern struct vfsops fuse_vfsops;
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_vfsops.c | 74 SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "char*"); 75 SDT_PROBE_DEFINE2(ext2fs, , vfsops, ext2_cg_validate_error, "char*", "int"); 76 SDT_PROBE_DEFINE1(ext2fs, , vfsops, ext2_compute_sb_data_error, "char*"); 94 static struct vfsops ext2fs_vfsops = { 394 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() 399 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() 404 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() 411 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() 416 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() 421 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate() [all …]
|
| /freebsd/sys/sys/ |
| H A D | mount.h | 237 struct vfsops *mnt_op; /* operations on fs */ 650 struct vfsops *vfc_vfsops; /* filesystem operations vector */ 651 struct vfsops *vfc_vfsops_sd; /* ... signal-deferred */ 662 struct vfsops *vfc_vfsops; /* filesystem operations vector */ 828 struct vfsops { struct 973 #define VFS_SET(vfsops, fsname, flags) \ argument 977 .vfc_vfsops = &vfsops, \
|
| H A D | vnode.h | 644 struct vfsops; 872 void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 56 extern struct vfsops zfs_vfsops;
|
| H A D | zfs_vfsops.c | 135 struct vfsops zfs_vfsops = {
|
| /freebsd/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 207 static struct vfsops autofs_vfsops = {
|
| /freebsd/sys/fs/fdescfs/ |
| H A D | fdesc_vfsops.c | 231 static struct vfsops fdesc_vfsops = {
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 66 static struct vfsops unionfs_vfsops; 593 static struct vfsops unionfs_vfsops = {
|
| /freebsd/sys/fs/devfs/ |
| H A D | devfs_vfsops.c | 236 static struct vfsops devfs_vfsops = {
|
| /freebsd/sys/fs/pseudofs/ |
| H A D | pseudofs.h | 300 static struct vfsops name##_vfsops = { \
|
| /freebsd/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 70 static struct vfsops smbfs_vfsops = {
|
| /freebsd/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 490 static struct vfsops null_vfsops = {
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9fs_vfsops.c | 599 struct vfsops p9fs_vfsops = {
|
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 691 struct vfsops tmpfs_vfsops = {
|
| /freebsd/sys/fs/udf/ |
| H A D | udf_vfsops.c | 124 static struct vfsops udf_vfsops = {
|
| /freebsd/sys/fs/cd9660/ |
| H A D | cd9660_vfsops.c | 76 static struct vfsops cd9660_vfsops = {
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 1195 static struct vfsops msdosfs_vfsops = {
|
| /freebsd/sys/fs/tarfs/ |
| H A D | tarfs_vfsops.c | 1236 static struct vfsops tarfs_vfsops = {
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 101 static struct vfsops ufs_vfsops = {
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 135 static struct vfsops nfs_vfsops = {
|