Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_vfs.c43 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
Dopensolaris_policy.c370 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/
Dvfs_init.c114 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
Dvfs_mount.c456 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
Dvfs_default.c1250 vfs_stdinit (vfsp) in vfs_stdinit() argument
1258 vfs_stduninit (vfsp) in vfs_stduninit() argument
Dvfs_subr.c3344 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
Dvfs_mountroot.c217 struct vfsconf *vfsp; in vfs_mountroot_devfs() local
/freebsd-10-stable/sys/ufs/ufs/
Dufs_vfsops.c182 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/
Dzfs_vfsops.c127 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 …]
Dzfs_ctldir.c1261 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()
Dzfs_ioctl.c1439 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/
Dvfs.h119 #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
Ddnlc.h37 #define dnlc_purge_vfsp(vfsp, count) (0) argument
/freebsd-10-stable/sys/fs/nullfs/
Dnull_subr.c72 nullfs_init(vfsp) in nullfs_init() argument
83 nullfs_uninit(vfsp) in nullfs_uninit() argument
/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clsubs.c93 ncl_uninit(struct vfsconf *vfsp) in ncl_uninit()
369 ncl_init(struct vfsconf *vfsp) in ncl_init()
/freebsd-10-stable/sys/fs/smbfs/
Dsmbfs_vfsops.c366 smbfs_init(struct vfsconf *vfsp) in smbfs_init()
375 smbfs_uninit(struct vfsconf *vfsp) in smbfs_uninit()
/freebsd-10-stable/sys/fs/autofs/
Dautofs.c153 autofs_init(struct vfsconf *vfsp) in autofs_init()
190 autofs_uninit(struct vfsconf *vfsp) in autofs_uninit()
/freebsd-10-stable/sys/fs/fdescfs/
Dfdesc_vnops.c95 fdesc_init(vfsp) in fdesc_init() argument
108 fdesc_uninit(vfsp) in fdesc_uninit() argument
/freebsd-10-stable/sys/nfsclient/
Dnfs_subs.c321 nfs_init(struct vfsconf *vfsp) in nfs_init()
353 nfs_uninit(struct vfsconf *vfsp) in nfs_uninit()
/freebsd-10-stable/sys/fs/unionfs/
Dunion_subr.c71 unionfs_init(struct vfsconf *vfsp) in unionfs_init()
81 unionfs_uninit(struct vfsconf *vfsp) in unionfs_uninit()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_vfsops.c1872 ffs_init(vfsp) in ffs_init() argument
1885 ffs_uninit(vfsp) in ffs_uninit() argument
/freebsd-10-stable/sys/fs/nandfs/
Dnandfs_subr.c119 nandfs_init(struct vfsconf *vfsp) in nandfs_init()
129 nandfs_uninit(struct vfsconf *vfsp) in nandfs_uninit()
/freebsd-10-stable/sys/libkern/
Diconv.c570 struct vfsconf *vfsp; in iconv_vfs_refcount() local
/freebsd-10-stable/sys/compat/linprocfs/
Dlinprocfs.c1311 struct vfsconf *vfsp; in linprocfs_dofilesystems() local