Home
last modified time | relevance | path

Searched refs:mnt_osname (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c173 zfs_mnt_t zm = { .mnt_osname = NULL, .mnt_data = data }; in zpl_remount_fs()
279 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl()
320 zfs_mnt_t zm = { .mnt_osname = osname, .mnt_data = data }; in zpl_mount()
H A Dzfs_vfsops.c1453 const char *osname = zm->mnt_osname; in zfs_domount()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h75 const char *mnt_osname; /* Objset name */ member