Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c47 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, in vfs_setmntopt()
95 vfs_clearmntopt(vfs_t *vfsp, const char *name) in vfs_clearmntopt()
107 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset()
122 struct vfsconf *vfsp; in mount_snapshot() local
H A Dspl_policy.c376 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) in secpolicy_fs_mount()
405 secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp) in secpolicy_fs_mount_clearopts()
/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c172 ufs_init(struct vfsconf *vfsp) in ufs_init()
188 ufs_uninit(struct vfsconf *vfsp) in ufs_uninit()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c167 vfs_t *vfsp; zfs_get_temporary_prop() local
285 zfs_quotactl(vfs_t * vfsp,int cmds,uid_t id,void * arg,bool * mp_busy) zfs_quotactl() argument
413 zfs_sync(vfs_t * vfsp,int waitfor) zfs_sync() argument
626 zfs_register_callbacks(vfs_t * vfsp) zfs_register_callbacks() argument
1176 zfs_domount(vfs_t * vfsp,char * osname) zfs_domount() argument
1310 zfs_mount(vfs_t * vfsp) zfs_mount() argument
1448 zfs_statfs(vfs_t * vfsp,struct statfs * statp) zfs_statfs() argument
1510 zfs_root(vfs_t * vfsp,int flags,vnode_t ** vpp) zfs_root() argument
1671 zfs_umount(vfs_t * vfsp,int fflag) zfs_umount() argument
1749 zfs_vget(vfs_t * vfsp,ino_t ino,int flags,vnode_t ** vpp) zfs_vget() argument
1785 zfs_checkexp(vfs_t * vfsp,struct sockaddr * nam,uint64_t * extflagsp,struct ucred ** credanonp,int * numsecflavors,int * secflavors) zfs_checkexp() argument
1807 zfs_fhtovp(vfs_t * vfsp,fid_t * fidp,int flags,vnode_t ** vpp) zfs_fhtovp() argument
2025 zfs_freevfs(vfs_t * vfsp) zfs_freevfs() argument
[all...]
H A Dzfs_ctldir.c1263 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset()
1292 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots()
1361 vfs_t *vfsp = NULL; in zfsctl_snapshot_unmount() local
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h117 #define vfs_set_feature(vfsp, feature) do { } while (0) argument
118 #define vfs_clear_feature(vfsp, feature) do { } while (0) argument
119 #define vfs_has_feature(vfsp, feature) (0) argument
H A Ddnlc.h35 #define dnlc_purge_vfsp(vfsp, count) (0) argument
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c70 nullfs_init(struct vfsconf *vfsp) in nullfs_init()
80 nullfs_uninit(struct vfsconf *vfsp) in nullfs_uninit()
/freebsd/sys/kern/
H A Dvfs_init.c109 struct vfsconf *vfsp; in vfs_byname_locked() local
124 struct vfsconf *vfsp; in vfs_byname() local
135 struct vfsconf *vfsp; in vfs_byname_kld() local
540 struct vfsconf *vfsp; in vfs_unregister() local
H A Dvfs_mount.c662 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc()
1054 struct vfsconf *vfsp = NULL; in sys_mount() local
1112 struct vfsconf *vfsp, /* File system type. */ in vfs_domount_first()
1593 struct vfsconf *vfsp; in vfs_domount() local
H A Dvfs_default.c1433 vfs_stdinit(struct vfsconf *vfsp) in vfs_stdinit() argument
1440 vfs_stduninit(struct vfsconf *vfsp) in vfs_stduninit() argument
H A Dvfs_mountroot.c249 struct vfsconf *vfsp; in vfs_mountroot_devfs() local
H A Dvfs_subr.c4902 vfsconf2x(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x()
4931 vfsconf2x32(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x32()
4950 struct vfsconf *vfsp; in sysctl_vfs_conflist() local
4981 struct vfsconf *vfsp; in vfs_sysctl() local
5028 struct vfsconf *vfsp; in sysctl_ovfs_conf() local
H A Dkern_jail.c4805 prison_add_vfs(struct vfsconf *vfsp) in prison_add_vfs()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clsubs.c90 ncl_uninit(struct vfsconf *vfsp) in ncl_uninit()
375 ncl_init(struct vfsconf *vfsp) in ncl_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c113 zfsvfs_vfs_free(vfs_t *vfsp) in zfsvfs_vfs_free()
124 zfsvfs_parse_option(char *option, int token, substring_t *args, vfs_t *vfsp) in zfsvfs_parse_option()
217 zfsvfs_parse_options(char *mntopts, vfs_t **vfsp) in zfsvfs_parse_options()
462 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks()
566 vfs_t *vfsp; in zfs_get_temporary_prop() local
1618 vfs_t *vfsp; in zfs_remount() local
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vfsops.c358 smbfs_init(struct vfsconf *vfsp) in smbfs_init()
368 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c97 p9fs_init(struct vfsconf *vfsp) in p9fs_init()
127 p9fs_uninit(struct vfsconf *vfsp) in p9fs_uninit()
/freebsd/sys/fs/autofs/
H A Dautofs.c160 autofs_init(struct vfsconf *vfsp) in autofs_init()
197 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c98 fdesc_init(struct vfsconf *vfsp) in fdesc_init()
110 fdesc_uninit(struct vfsconf *vfsp) in fdesc_uninit()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c88 unionfs_init(struct vfsconf *vfsp) in unionfs_init()
100 unionfs_uninit(struct vfsconf *vfsp) in unionfs_uninit()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1983 ffs_init(struct vfsconf *vfsp) in ffs_init()
1995 ffs_uninit(struct vfsconf *vfsp) in ffs_uninit()
/freebsd/sys/libkern/
H A Diconv.c576 struct vfsconf *vfsp; in iconv_vfs_refcount() local
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1814 struct vfsconf *vfsp; in linprocfs_dofilesystems() local