Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h166 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1543 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() function
1693 return (zfs_check_global_label(osname, ds_hexsl)); in zfs_mount_label_policy()
H A Dzfs_ioctl.c641 if (zfs_check_global_label(name, strval) != 0) in zfs_set_slabel_policy()