Searched refs:zfs_mnt_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zpl_super.c | 163 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs() 252 zfs_mnt_t *zm = (zfs_mnt_t *)data; in zpl_fill_super() 280 zpl_mount_impl(struct file_system_type *fs_type, int flags, zfs_mnt_t *zm) in zpl_mount_impl() 350 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount()
|
| HD | zfs_vfsops.c | 1384 zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent) in zfs_domount() 1596 zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm) in zfs_remount()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| HD | zfs_vfsops_os.h | 78 } zfs_mnt_t; typedef 241 extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent); 244 extern int zfs_remount(struct super_block *sb, int *flags, zfs_mnt_t *zm);
|