Searched refs:vfs_t (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 40 typedef struct mount vfs_t; typedef 99 void vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, 101 void vfs_clearmntopt(vfs_t *vfsp, const char *name); 102 int vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp); 104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 39 typedef struct mount vfs_t; typedef 96 void vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, 98 void vfs_clearmntopt(vfs_t *vfsp, const char *name); 99 int vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp);
|
/freebsd/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() 95 vfs_clearmntopt(vfs_t *vfsp, const char *name) in vfs_clearmntopt() 107 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset() 120 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 118 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg, 121 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg); 123 static int zfs_mount(vfs_t *vfsp); 124 static int zfs_umount(vfs_t *vfsp, int fflag); 125 static int zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp); 126 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp); 127 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp); 128 static int zfs_sync(vfs_t *vfsp, int waitfor); 129 static int zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, uint64_t *extflagsp, 131 static int zfs_fhtovp(vfs_t *vfs [all...] |
H A D | zfs_ctldir.c | 1263 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset() 1292 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots() 1361 vfs_t *vfsp = NULL; in zfsctl_snapshot_unmount()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
H A 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);
|
H A D | zfs_vfsops_os.h | 50 vfs_t *z_vfs; /* generic fs struct */
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zfs_vfsops_os.h | 73 } vfs_t; typedef 81 vfs_t *z_vfs; /* generic fs struct */
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 113 zfsvfs_vfs_free(vfs_t *vfsp) in zfsvfs_vfs_free() 119 kmem_free(vfsp, sizeof (vfs_t)); in zfsvfs_vfs_free() 124 zfsvfs_parse_option(char *option, int token, substring_t *args, vfs_t *vfsp) in zfsvfs_parse_option() 217 zfsvfs_parse_options(char *mntopts, vfs_t **vfsp) in zfsvfs_parse_options() 219 vfs_t *tmp_vfsp; in zfsvfs_parse_options() 222 tmp_vfsp = kmem_zalloc(sizeof (vfs_t), KM_SLEEP); in zfsvfs_parse_options() 462 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks() 566 vfs_t *vfsp; in zfs_get_temporary_prop() 1410 vfs_t *vfs = NULL; in zfs_domount() 1618 vfs_t *vfsp; in zfs_remount()
|