Home
last modified time | relevance | path

Searched refs:zfs_check_global_label (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h209 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h308 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c994 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c551 if (zfs_check_global_label(name, strval) != 0) in zfs_set_slabel_policy()