Searched refs:zfs_mnt_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 173 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs() 248 zfs_mnt_t *zm = (zfs_mnt_t *)data; in zpl_fill_super() 273 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl() 320 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount()
|
| H A D | zfs_vfsops.c | 1451 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount() 1642 zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm) in zfs_remount()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 77 } zfs_mnt_t; typedef 212 extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent); 215 extern int zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm);
|