Home
last modified time | relevance | path

Searched refs:vfs_t (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dvfs.h41 typedef struct mount vfs_t; typedef
98 void vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg,
100 void vfs_clearmntopt(vfs_t *vfsp, const char *name);
101 int vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_ctldir.h54 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *);
56 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
Dzfs_vfsops.h47 vfs_t *z_vfs; /* generic fs struct */
Dzfs_ioctl.h435 extern int getzfsvfs_impl(struct objset *, vfs_t **);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_vfsops.c99 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg);
100 static int zfs_mount(vfs_t *vfsp);
101 static int zfs_umount(vfs_t *vfsp, int fflag);
102 static int zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp);
103 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp);
104 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp);
105 static int zfs_sync(vfs_t *vfsp, int waitfor);
106 static int zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, int *extflagsp,
108 static int zfs_fhtovp(vfs_t *vfsp, fid_t *fidp, int flags, vnode_t **vpp);
110 static void zfs_freevfs(vfs_t *vfsp);
[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()
Dzcp_get.c232 vfs_t *vfsp; in get_temporary_prop()
Dzfs_ioctl.c1468 getzfsvfs_impl(objset_t *os, vfs_t **vfsp) in getzfsvfs_impl()
1493 vfs_t *vfsp; in getzfsvfs()
3647 vfs_t *vfsp = NULL; in zfs_unmount_snap()
/freebsd-12-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()
/freebsd-12-stable/contrib/gcc/
Dsys-types.h135 typedef int vfs_t; typedef