Searched refs:zone_dataset_visible (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | zone.h | 59 extern int zone_dataset_visible(const char *, int *);
|
| /freebsd-head/sys/cddl/compat/opensolaris/sys/ |
| HD | zone.h | 56 extern int zone_dataset_visible(const char *, int *);
|
| /freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | zone.h | 47 extern int zone_dataset_visible(const char *dataset, int *write);
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-zone.c | 280 zone_dataset_visible(const char *dataset, int *write) in zone_dataset_visible() function 350 EXPORT_SYMBOL(zone_dataset_visible);
|
| /freebsd-head/sys/contrib/openzfs/module/zcommon/ |
| HD | zfs_comutil.c | 241 if (!INGLOBALZONE(curproc) && !zone_dataset_visible(name, NULL)) in zfs_dataset_name_hidden()
|
| /freebsd-head/sys/contrib/openzfs/module/os/freebsd/spl/ |
| HD | spl_zone.c | 156 zone_dataset_visible(const char *dataset, int *write) in zone_dataset_visible() function
|
| HD | spl_kstat.c | 155 if (!zone_dataset_visible(ds_name, NULL)) { in kstat_sysctl_dataset() 182 if (!zone_dataset_visible(val, NULL)) { in kstat_sysctl_dataset_string()
|
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | spa_config.c | 386 zone_dataset_visible(spa_name(spa), NULL)) { in spa_all_configs()
|
| HD | zfs_ioctl.c | 392 zone_dataset_visible(zc->zc_name, NULL)) in zfs_secpolicy_read() 408 !zone_dataset_visible(dataset, &writable)) in zfs_dozonecheck_impl()
|
| /freebsd-head/sys/contrib/openzfs/include/sys/ |
| HD | zfs_context.h | 697 #define zone_dataset_visible(x, y) (1)
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zfs_vfsops.c | 1458 dataset_visible_zone = zone_dataset_visible(osname, &canwrite); in zfs_domount()
|
| /freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zfs_vfsops.c | 1418 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()
|