/freebsd/sys/kern/ |
H A D | vfs_init.c | 361 static struct vfsops vfsops_sigdefer = { 386 struct vfsops *vfsops; in vfs_register() local 449 vfsops = vfc->vfc_vfsops; in vfs_register() 450 KASSERT(vfsops->vfs_mount != NULL, in vfs_register() 452 KASSERT(vfsops->vfs_unmount != NULL, in vfs_register() 455 if (vfsops->vfs_root == NULL) in vfs_register() 457 vfsops->vfs_root = vfs_stdroot; in vfs_register() 458 if (vfsops->vfs_quotactl == NULL) in vfs_register() 460 vfsops->vfs_quotactl = vfs_stdquotactl; in vfs_register() 461 if (vfsops->vfs_statfs == NULL) in vfs_register() [all …]
|
H A D | vfs_subr.c | 1367 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl() 1499 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops()
|
H A D | uipc_mqueue.c | 2722 static struct vfsops mqfs_vfsops = {
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 99 SDT_PROBE_DEFINE2(fusefs, , vfsops, trace, "int", "char*"); 119 struct vfsops fuse_vfsops = { 210 SDT_PROBE_DEFINE1(fusefs, , vfsops, mntopts, "uint64_t"); 211 SDT_PROBE_DEFINE4(fusefs, , vfsops, mount_err, "char*", "struct fuse_data*", 228 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 238 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 246 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfs_remount() 351 SDT_PROBE1(fusefs, , vfsops, mntopts, mntopts); in fuse_vfsop_mount() 373 SDT_PROBE2(fusefs, , vfsops, trace, 1, in fuse_vfsop_mount() 386 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/sys/ |
H A D | mount.h | 233 struct vfsops *mnt_op; /* operations on fs */ 643 struct vfsops *vfc_vfsops; /* filesystem operations vector */ 644 struct vfsops *vfc_vfsops_sd; /* ... signal-deferred */ 655 struct vfsops *vfc_vfsops; /* filesystem operations vector */ 821 struct vfsops { struct 966 #define VFS_SET(vfsops, fsname, flags) \ argument 970 .vfc_vfsops = &vfsops, \
|
H A D | vnode.h | 637 struct vfsops; 863 void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | arc_os.c | 55 extern struct vfsops zfs_vfsops;
|
H A D | zfs_vfsops.c | 134 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; 570 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 | 299 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 | 478 static struct vfsops null_vfsops = {
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 597 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 | 123 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 | 1198 static struct vfsops msdosfs_vfsops = {
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 1238 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 = {
|