Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_vfsops.h159 extern int zfs_check_global_label(const char *dsname, const char *hexsl);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_vfsops.c1342 zfs_check_global_label(const char *dsname, const char *hexsl) in zfs_check_global_label() function
1415 return (zfs_check_global_label(osname, ds_hexsl)); in zfs_mount_label_policy()
Dzfs_ioctl.c576 if (zfs_check_global_label(name, strval) != 0) in zfs_set_slabel_policy()