| /freebsd-src/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 47 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, in vfs_setmntopt() argument 95 vfs_clearmntopt(vfs_t * vfsp,const char * name) vfs_clearmntopt() argument 107 vfs_optionisset(const vfs_t * vfsp,const char * opt,char ** argp) vfs_optionisset() argument 122 struct vfsconf *vfsp; mount_snapshot() local [all...] |
| H A D | spl_policy.c | 376 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) in secpolicy_fs_mount() argument 405 secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp) in secpolicy_fs_mount_clearopts() argument
|
| /freebsd-src/sys/ufs/ufs/ |
| H A D | ufs_vfsops.c | 172 ufs_init(struct vfsconf *vfsp) in ufs_init() 188 ufs_uninit(struct vfsconf *vfsp) in ufs_uninit()
|
| /freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 176 vfs_t *vfsp; zfs_get_temporary_prop() local 294 zfs_quotactl(vfs_t * vfsp,int cmds,uid_t id,void * arg,bool * mp_busy) zfs_quotactl() argument 422 zfs_sync(vfs_t * vfsp,int waitfor) zfs_sync() argument 627 zfs_register_callbacks(vfs_t * vfsp) zfs_register_callbacks() argument 1175 zfs_domount(vfs_t * vfsp,char * osname) zfs_domount() argument 1309 zfs_mount(vfs_t * vfsp) zfs_mount() argument 1447 zfs_statfs(vfs_t * vfsp,struct statfs * statp) zfs_statfs() argument 1508 zfs_root(vfs_t * vfsp,int flags,vnode_t ** vpp) zfs_root() argument 1664 zfs_umount(vfs_t * vfsp,int fflag) zfs_umount() argument 1742 zfs_vget(vfs_t * vfsp,ino_t ino,int flags,vnode_t ** vpp) zfs_vget() argument 1779 zfs_checkexp(vfs_t * vfsp,struct sockaddr * nam,uint64_t * extflagsp,struct ucred ** credanonp,int * numsecflavors,int * secflavors) zfs_checkexp() argument 1805 zfs_fhtovp(vfs_t * vfsp,fid_t * fidp,int flags,vnode_t ** vpp) zfs_fhtovp() argument 2023 zfs_freevfs(vfs_t * vfsp) zfs_freevfs() argument [all...] |
| H A D | zfs_ctldir.c | 1285 zfsctl_lookup_objset(vfs_t * vfsp,uint64_t objsetid,zfsvfs_t ** zfsvfsp) zfsctl_lookup_objset() argument 1314 zfsctl_umount_snapshots(vfs_t * vfsp,int fflags,cred_t * cr) zfsctl_umount_snapshots() argument 1383 vfs_t *vfsp = NULL; zfsctl_snapshot_unmount() local [all...] |
| /freebsd-src/sys/cddl/compat/opensolaris/sys/ |
| H A D | vfs.h | 117 #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 D | dnlc.h | 35 #define dnlc_purge_vfsp(vfsp, count) (0) argument
|
| /freebsd-src/sys/fs/nullfs/ |
| H A D | null_subr.c | 70 nullfs_init(struct vfsconf *vfsp) in nullfs_init() 80 nullfs_uninit(struct vfsconf *vfsp) in nullfs_uninit()
|
| /freebsd-src/sys/fs/nfsclient/ |
| H A D | nfs_clsubs.c | 90 ncl_uninit(struct vfsconf *vfsp) in ncl_uninit() 375 ncl_init(struct vfsconf *vfsp) in ncl_init()
|
| /freebsd-src/sys/kern/ |
| H A D | vfs_init.c | 109 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 D | vfs_mount.c | 662 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() argument 1054 struct vfsconf *vfsp = NULL; in sys_mount() local 1112 vfs_domount_first(struct thread * td,struct vfsconf * vfsp,char * fspath,struct vnode * vp,uint64_t fsflags,struct vfsoptlist ** optlist) vfs_domount_first() argument 1593 struct vfsconf *vfsp; vfs_domount() local [all...] |
| H A D | vfs_default.c | 1433 vfs_stdinit(struct vfsconf *vfsp) in vfs_stdinit() argument 1440 vfs_stduninit(struct vfsconf *vfsp) in vfs_stduninit() argument
|
| H A D | vfs_mountroot.c | 249 struct vfsconf *vfsp; in vfs_mountroot_devfs() local
|
| H A D | vfs_subr.c | 4897 vfsconf2x(struct sysctl_req * req,struct vfsconf * vfsp) vfsconf2x() argument 4926 vfsconf2x32(struct sysctl_req * req,struct vfsconf * vfsp) vfsconf2x32() argument 4945 struct vfsconf *vfsp; sysctl_vfs_conflist() local 4976 struct vfsconf *vfsp; vfs_sysctl() local 5023 struct vfsconf *vfsp; sysctl_ovfs_conf() local [all...] |
| H A D | kern_jail.c | 4787 prison_add_vfs(struct vfsconf * vfsp) prison_add_vfs() argument
|
| /freebsd-src/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 358 smbfs_init(struct vfsconf *vfsp) in smbfs_init() 368 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
|
| /freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 111 zfsvfs_vfs_free(vfs_t * vfsp) zfsvfs_vfs_free() argument 122 zfsvfs_parse_option(char * option,int token,substring_t * args,vfs_t * vfsp) zfsvfs_parse_option() argument 214 zfsvfs_parse_options(char * mntopts,vfs_t ** vfsp) zfsvfs_parse_options() argument 452 zfs_register_callbacks(vfs_t * vfsp) zfs_register_callbacks() argument 554 vfs_t *vfsp; zfs_get_temporary_prop() local 1678 vfs_t *vfsp; zfs_remount() local [all...] |
| /freebsd-src/sys/fs/p9fs/ |
| H A D | p9fs_vfsops.c | 97 p9fs_init(struct vfsconf *vfsp) in p9fs_init() 127 p9fs_uninit(struct vfsconf *vfsp) in p9fs_uninit()
|
| /freebsd-src/sys/fs/autofs/ |
| H A D | autofs.c | 160 autofs_init(struct vfsconf *vfsp) in autofs_init() 197 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
|
| /freebsd-src/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 98 fdesc_init(struct vfsconf *vfsp) in fdesc_init() 110 fdesc_uninit(struct vfsconf *vfsp) in fdesc_uninit()
|
| /freebsd-src/sys/fs/unionfs/ |
| H A D | union_subr.c | 88 unionfs_init(struct vfsconf *vfsp) in unionfs_init() argument 100 unionfs_uninit(struct vfsconf *vfsp) in unionfs_uninit() argument
|
| /freebsd-src/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 2114 ffs_init(struct vfsconf * vfsp) ffs_init() argument 2126 ffs_uninit(struct vfsconf * vfsp) ffs_uninit() argument
|
| /freebsd-src/sys/libkern/ |
| H A D | iconv.c | 576 struct vfsconf *vfsp; in iconv_vfs_refcount() local
|
| /freebsd-src/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1818 struct vfsconf *vfsp; in linprocfs_dofilesystems() local
|