Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c361 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 Dvfs_subr.c1367 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 Duipc_mqueue.c2722 static struct vfsops mqfs_vfsops = {
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c99 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 Dfuse_main.c93 extern struct vfsops fuse_vfsops;
/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 */
821 struct vfsops { struct
966 #define VFS_SET(vfsops, fsname, flags) \ argument
970 .vfc_vfsops = &vfsops, \
H A Dvnode.h637 struct vfsops;
863 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.c134 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;
570 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.c478 static struct vfsops null_vfsops = {
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c597 struct vfsops p9fs_vfsops = {
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c691 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.c1198 static struct vfsops msdosfs_vfsops = {
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c1238 static struct vfsops tarfs_vfsops = {
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c101 static struct vfsops ufs_vfsops = {
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c135 static struct vfsops nfs_vfsops = {