Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c378 struct vfsops *vfsops; in vfs_register() local
441 vfsops = vfc->vfc_vfsops; in vfs_register()
447 if (vfsops->vfs_root == NULL) in vfs_register()
449 vfsops->vfs_root = vfs_stdroot; in vfs_register()
453 if (vfsops->vfs_statfs == NULL) in vfs_register()
456 if (vfsops->vfs_sync == NULL) in vfs_register()
464 if (vfsops->vfs_vget == NULL) in vfs_register()
467 if (vfsops->vfs_fhtovp == NULL) in vfs_register()
473 if (vfsops->vfs_init == NULL) in vfs_register()
476 if (vfsops->vfs_uninit == NULL) in vfs_register()
[all …]
H A Dvfs_subr.c1219 vnlru_free_impl(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_impl()
1279 vnlru_free_vfsops(int count, struct vfsops *mnt_op, struct vnode *mvp) in vnlru_free_vfsops()
1294 vnlru_free(int count, struct vfsops *mnt_op) in vnlru_free()
3876 static struct vfsops vgonel_vfsops = { in vfs_notify_upper()
H A Duipc_mqueue.c2699 static struct vfsops mqfs_vfsops = {
/f-stack/freebsd/sys/
H A Dmount.h211 struct vfsops *mnt_op; /* operations on fs */
608 struct vfsops *vfc_vfsops; /* filesystem operations vector */
609 struct vfsops *vfc_vfsops_sd; /* ... signal-deferred */
620 struct vfsops *vfc_vfsops; /* filesystem operations vector */
780 struct vfsops { struct
929 #define VFS_SET(vfsops, fsname, flags) \ argument
933 .vfc_vfsops = &vfsops, \
H A Dvnode.h630 struct vfsops;
826 void vnlru_free(int, struct vfsops *);
827 void vnlru_free_vfsops(int, struct vfsops *, struct vnode *);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c57 extern struct vfsops zfs_vfsops;
H A Dzfs_vfsops.c122 struct vfsops zfs_vfsops = {