| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vfs.h | 41 typedef struct mount vfs_t; typedef 100 void vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, 102 void vfs_clearmntopt(vfs_t *vfsp, const char *name); 103 int vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp); 105 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/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 75 } vfs_t; typedef 78 vfs_t *z_vfs; /* generic fs struct */ 244 extern vfs_t *zfsvfs_vfs_alloc(void); 245 extern void zfsvfs_vfs_free(vfs_t *vfsp); 249 vfs_t *mntopts, int silent); 252 extern int zfs_remount(struct super_block *sb, vfs_t *mntopts, int flags);
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 48 vfs_setmntopt(vfs_t *vfsp, const char *name, const char *arg, in vfs_setmntopt() 96 vfs_clearmntopt(vfs_t *vfsp, const char *name) in vfs_clearmntopt() 108 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset() 121 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_ctldir.h | 55 int zfsctl_umount_snapshots(vfs_t *, int, cred_t *); 57 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
|
| H A D | zfs_vfsops_os.h | 51 vfs_t *z_vfs; /* generic fs struct */
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 119 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg, 122 static int zfs_quotactl(vfs_t *vfsp, int cmds, uid_t id, void *arg); 124 static int zfs_mount(vfs_t *vfsp); 125 static int zfs_umount(vfs_t *vfsp, int fflag); 126 static int zfs_root(vfs_t *vfsp, int flags, vnode_t **vpp); 127 static int zfs_statfs(vfs_t *vfsp, struct statfs *statp); 128 static int zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp); 129 static int zfs_sync(vfs_t *vfsp, int waitfor); 130 static int zfs_checkexp(vfs_t *vfsp, struct sockaddr *nam, uint64_t *extflagsp, 132 static int zfs_fhtovp(vfs_t *vfsp, fid_t *fidp, int flags, vnode_t **vpp); [all …]
|
| H A D | zfs_ctldir.c | 1265 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset() 1294 zfsctl_umount_snapshots(vfs_t *vfsp, int fflags, cred_t *cr) in zfsctl_umount_snapshots() 1363 vfs_t *vfsp = NULL; in zfsctl_snapshot_unmount()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 640 vfs_t *vfs = fc->fs_private; in zpl_parse_param() 905 vfs_t *vfs = fc->fs_private; in zpl_get_tree() 977 vfs_t *src_vfs = src_fc->fs_private; in zpl_dup_fc() 981 vfs_t *vfs = zfsvfs_vfs_alloc(); in zpl_dup_fc()
|
| H A D | zfs_vfsops.c | 68 vfs_t * 71 vfs_t *vfsp = kmem_zalloc(sizeof (vfs_t), KM_SLEEP); in zfsvfs_vfs_alloc() 77 zfsvfs_vfs_free(vfs_t *vfsp) in zfsvfs_vfs_free() 83 kmem_free(vfsp, sizeof (vfs_t)); in zfsvfs_vfs_free() 273 zfs_register_callbacks(vfs_t *vfsp) in zfs_register_callbacks() 377 vfs_t *vfsp; in zfs_get_temporary_prop() 1319 vfs_t *vfs, int silent) in zfs_domount() 1531 zfs_remount(struct super_block *sb, vfs_t *vfsp, int flags) in zfs_remount()
|