| /freebsd-10-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_vfs.c | 43 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, in vfs_setmntopt() 91 vfs_clearmntopt(vfs_t *vfsp, const char *name) in vfs_clearmntopt() 103 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset() 118 struct vfsconf *vfsp; in mount_snapshot() local
|
| D | opensolaris_policy.c | 370 secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp) in secpolicy_fs_mount() 399 secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp) in secpolicy_fs_mount_clearopts()
|
| /freebsd-10-stable/sys/kern/ |
| D | vfs_init.c | 114 struct vfsconf *vfsp; in vfs_byname_locked() local 129 struct vfsconf *vfsp; in vfs_byname() local 140 struct vfsconf *vfsp; in vfs_byname_kld() local 314 struct vfsconf *vfsp; in vfs_unregister() local
|
| D | vfs_mount.c | 456 vfs_mount_alloc(struct vnode *vp, struct vfsconf *vfsp, const char *fspath, in vfs_mount_alloc() 769 struct vfsconf *vfsp = NULL; local 823 struct vfsconf *vfsp, /* File system type. */ in vfs_domount_first() 1097 struct vfsconf *vfsp; in vfs_domount() local
|
| D | vfs_default.c | 1250 vfs_stdinit (vfsp) in vfs_stdinit() argument 1258 vfs_stduninit (vfsp) in vfs_stduninit() argument
|
| D | vfs_subr.c | 3344 vfsconf2x(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x() 3373 vfsconf2x32(struct sysctl_req *req, struct vfsconf *vfsp) in vfsconf2x32() 3392 struct vfsconf *vfsp; in sysctl_vfs_conflist() local 3423 struct vfsconf *vfsp; in vfs_sysctl() local 3470 struct vfsconf *vfsp; in sysctl_ovfs_conf() local
|
| D | vfs_mountroot.c | 217 struct vfsconf *vfsp; in vfs_mountroot_devfs() local
|
| /freebsd-10-stable/sys/ufs/ufs/ |
| D | ufs_vfsops.c | 182 ufs_init(vfsp) in ufs_init() argument 199 ufs_uninit(vfsp) in ufs_uninit() argument
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfs_vfsops.c | 127 zfs_sync(vfs_t *vfsp, int waitfor) in zfs_sync() 394 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks() 1167 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount() 1369 zfs_mount_label_policy(vfs_t *vfsp, char *osname) in zfs_mount_label_policy() 1466 zfs_mountroot(vfs_t *vfsp, enum whymountroot why) in zfs_mountroot() 1591 zfs_mount(vfs_t *vfsp) in zfs_mount() 1752 zfs_statfs(vfs_t *vfsp, struct statfs *statp) in zfs_statfs() 1810 zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp) in zfs_root() 1935 zfs_umount(vfs_t *vfsp, int fflag) in zfs_umount() 2040 zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp) in zfs_vget() [all …]
|
| D | zfs_ctldir.c | 1261 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset() 1291 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots()
|
| D | zfs_ioctl.c | 1439 vfs_t *vfsp; in getzfsvfs() local 3045 vfs_t *vfsp; in zfs_get_vfs() local 3539 vfs_t *vfsp; in zfs_unmount_snap() local
|
| /freebsd-10-stable/sys/cddl/compat/opensolaris/sys/ |
| D | vfs.h | 119 #define vfs_set_feature(vfsp, feature) do { } while (0) argument 120 #define vfs_clear_feature(vfsp, feature) do { } while (0) argument 121 #define vfs_has_feature(vfsp, feature) (0) argument
|
| D | dnlc.h | 37 #define dnlc_purge_vfsp(vfsp, count) (0) argument
|
| /freebsd-10-stable/sys/fs/nullfs/ |
| D | null_subr.c | 72 nullfs_init(vfsp) in nullfs_init() argument 83 nullfs_uninit(vfsp) in nullfs_uninit() argument
|
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clsubs.c | 93 ncl_uninit(struct vfsconf *vfsp) in ncl_uninit() 369 ncl_init(struct vfsconf *vfsp) in ncl_init()
|
| /freebsd-10-stable/sys/fs/smbfs/ |
| D | smbfs_vfsops.c | 366 smbfs_init(struct vfsconf *vfsp) in smbfs_init() 375 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
|
| /freebsd-10-stable/sys/fs/autofs/ |
| D | autofs.c | 153 autofs_init(struct vfsconf *vfsp) in autofs_init() 190 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
|
| /freebsd-10-stable/sys/fs/fdescfs/ |
| D | fdesc_vnops.c | 95 fdesc_init(vfsp) in fdesc_init() argument 108 fdesc_uninit(vfsp) in fdesc_uninit() argument
|
| /freebsd-10-stable/sys/nfsclient/ |
| D | nfs_subs.c | 321 nfs_init(struct vfsconf *vfsp) in nfs_init() 353 nfs_uninit(struct vfsconf *vfsp) in nfs_uninit()
|
| /freebsd-10-stable/sys/fs/unionfs/ |
| D | union_subr.c | 71 unionfs_init(struct vfsconf *vfsp) in unionfs_init() 81 unionfs_uninit(struct vfsconf *vfsp) in unionfs_uninit()
|
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_vfsops.c | 1872 ffs_init(vfsp) in ffs_init() argument 1885 ffs_uninit(vfsp) in ffs_uninit() argument
|
| /freebsd-10-stable/sys/fs/nandfs/ |
| D | nandfs_subr.c | 119 nandfs_init(struct vfsconf *vfsp) in nandfs_init() 129 nandfs_uninit(struct vfsconf *vfsp) in nandfs_uninit()
|
| /freebsd-10-stable/sys/libkern/ |
| D | iconv.c | 570 struct vfsconf *vfsp; in iconv_vfs_refcount() local
|
| /freebsd-10-stable/sys/compat/linprocfs/ |
| D | linprocfs.c | 1311 struct vfsconf *vfsp; in linprocfs_dofilesystems() local
|