Home
last modified time | relevance | path

Searched refs:vfsops (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_init.c386 struct vfsops *vfsops; in vfs_register() local
449 vfsops = vfc->vfc_vfsops; in vfs_register()
455 if (vfsops->vfs_root == NULL) in vfs_register()
457 vfsops->vfs_root = vfs_stdroot; in vfs_register()
461 if (vfsops->vfs_statfs == NULL) in vfs_register()
464 if (vfsops->vfs_sync == NULL) in vfs_register()
472 if (vfsops->vfs_vget == NULL) in vfs_register()
475 if (vfsops->vfs_fhtovp == NULL) in vfs_register()
481 if (vfsops->vfs_init == NULL) in vfs_register()
484 if (vfsops->vfs_uninit == NULL) in vfs_register()
[all …]
H A Dvfs_subr.c1324 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp, bool isvnlru) in vnlru_free_impl()
1456 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops()
H A Duipc_mqueue.c2722 static struct vfsops mqfs_vfsops = {
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c119 struct vfsops fuse_vfsops = {
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()
393 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfsop_mount()
457 SDT_PROBE4(fusefs, , vfsops, mount_err, in fuse_vfsop_mount()
615 SDT_PROBE2(fusefs, , vfsops, trace, 1, in fuse_vfsop_root()
[all …]
H A Dfuse_main.c93 extern struct vfsops fuse_vfsops;
/freebsd/sys/fs/ext2fs/
H A Dext2_vfsops.c74 SDT_PROBE_DEFINE2(ext2fs, , vfsops, trace, "int", "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()
428 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
433 SDT_PROBE2(ext2fs, , vfsops, ext2_cg_validate_error, in ext2_cg_validate()
[all …]
/freebsd/sys/sys/
H A Dmount.h233 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 */
819 struct vfsops { struct
964 #define VFS_SET(vfsops, fsname, flags) \ argument
968 .vfc_vfsops = &vfsops, \
H A Dvnode.h636 struct vfsops;
865 void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c55 extern struct vfsops zfs_vfsops;
H A Dzfs_vfsops.c139 struct vfsops zfs_vfsops = {
/freebsd/sys/fs/autofs/
H A Dautofs_vfsops.c207 static struct vfsops autofs_vfsops = {
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c231 static struct vfsops fdesc_vfsops = {
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c66 static struct vfsops unionfs_vfsops;
573 static struct vfsops unionfs_vfsops = {
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c236 static struct vfsops devfs_vfsops = {
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.h299 static struct vfsops name##_vfsops = { \
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vfsops.c70 static struct vfsops smbfs_vfsops = {
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c483 static struct vfsops null_vfsops = {
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c695 struct vfsops tmpfs_vfsops = {
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c123 static struct vfsops udf_vfsops = {
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c76 static struct vfsops cd9660_vfsops = {
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1196 static struct vfsops msdosfs_vfsops = {
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c1238 static struct vfsops tarfs_vfsops = {
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c135 static struct vfsops nfs_vfsops = {
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c103 static struct vfsops ufs_vfsops = {