Searched refs:vfs_t (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/cddl/compat/opensolaris/sys/ |
| D | vfs.h | 41 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/ |
| D | zfs_ctldir.h | 54 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *); 56 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
|
| D | zfs_vfsops.h | 47 vfs_t *z_vfs; /* generic fs struct */
|
| D | zfs_ioctl.h | 435 extern int getzfsvfs_impl(struct objset *, vfs_t **);
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfs_vfsops.c | 99 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 …]
|
| 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 | zcp_get.c | 232 vfs_t *vfsp; in get_temporary_prop()
|
| D | zfs_ioctl.c | 1468 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/ |
| 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()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-types.h | 135 typedef int vfs_t; typedef
|