Home
last modified time | relevance | path

Searched defs:vfsp (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c50 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, in vfs_setmntopt()
98 vfs_clearmntopt(vfs_t *vfsp, const char *name) in vfs_clearmntopt()
110 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset()
125 struct vfsconf *vfsp; in mount_snapshot() local
H A Dspl_policy.c379 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) in secpolicy_fs_mount()
408 secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp) in secpolicy_fs_mount_clearopts()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c154 vfs_t *vfsp; in zfs_get_temporary_prop() local
270 zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg) in zfs_quotactl()
389 zfs_sync(vfs_t *vfsp, int waitfor) in zfs_sync()
605 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks()
1163 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount()
1308 zfs_mount(vfs_t *vfsp) in zfs_mount()
1423 zfs_statfs(vfs_t *vfsp, struct statfs *statp) in zfs_statfs()
1482 zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp) in zfs_root()
1639 zfs_umount(vfs_t *vfsp, int fflag) in zfs_umount()
1717 zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp) in zfs_vget()
[all …]
H A Dzfs_ctldir.c1240 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset()
1269 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots()
1338 vfs_t *vfsp = NULL; in zfsctl_snapshot_unmount() local
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h122 #define vfs_set_feature(vfsp, feature) do { } while (0) argument
123 #define vfs_clear_feature(vfsp, feature) do { } while (0) argument
124 #define vfs_has_feature(vfsp, feature) (0) argument
/f-stack/freebsd/kern/
H A Dvfs_init.c116 struct vfsconf *vfsp; in vfs_byname_locked() local
131 struct vfsconf *vfsp; in vfs_byname() local
142 struct vfsconf *vfsp; in vfs_byname_kld() local
530 struct vfsconf *vfsp; in vfs_unregister() local
H A Dvfs_mount.c490 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc()
837 struct vfsconf *vfsp = NULL; in sys_mount() local
895 struct vfsconf *vfsp, /* File system type. */ in vfs_domount_first()
1294 struct vfsconf *vfsp; in vfs_domount() local
H A Dvfs_default.c1423 vfs_stdinit (vfsp) in vfs_stdinit() argument
1431 vfs_stduninit (vfsp) in vfs_stduninit() argument
H A Dvfs_mountroot.c253 struct vfsconf *vfsp; in vfs_mountroot_devfs() local
H A Dvfs_subr.c4444 vfsconf2x(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x()
4473 vfsconf2x32(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x32()
4492 struct vfsconf *vfsp; in sysctl_vfs_conflist() local
4523 struct vfsconf *vfsp; in vfs_sysctl() local
4570 struct vfsconf *vfsp; in sysctl_ovfs_conf() local
H A Dkern_jail.c4180 prison_add_vfs(struct vfsconf *vfsp) in prison_add_vfs()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c112 zfsvfs_vfs_free(vfs_t *vfsp) in zfsvfs_vfs_free()
123 zfsvfs_parse_option(char *option, int token, substring_t *args, vfs_t *vfsp) in zfsvfs_parse_option()
215 zfsvfs_parse_options(char *mntopts, vfs_t **vfsp) in zfsvfs_parse_options()
457 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks()
561 vfs_t *vfsp; in zfs_get_temporary_prop() local
1645 vfs_t *vfsp; in zfs_remount() local
/f-stack/freebsd/libkern/
H A Diconv.c579 struct vfsconf *vfsp; in iconv_vfs_refcount() local