Searched refs:zone_find_by_any_path (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | tlabel.c | 190 reszone = zone_find_by_any_path(respath, treat_abs); in getflabel_cipso() 208 new_reszone = zone_find_by_any_path(respath, B_FALSE); in getflabel_cipso() 397 zone = zone_find_by_any_path(vpath, B_FALSE); in getflabel() 423 zone = zone_find_by_any_path(vpath, B_FALSE); in getflabel() 451 to_zone = zone_find_by_any_path(mntpt, B_FALSE); in getflabel()
|
H A D | zone.c | 6753 zone_find_by_any_path(const char *path, boolean_t treat_abs) in zone_find_by_any_path() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | zone.h | 640 extern zone_t *zone_find_by_any_path(const char *, boolean_t);
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 959 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in smbfs_mount_label_policy()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 3226 zone = zone_find_by_any_path(vp->v_path, B_FALSE); in nfs_getflabel() 3240 zone = zone_find_by_any_path(path, B_FALSE); in nfs_getflabel()
|
H A D | nfs_subr.c | 5134 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in nfs_mount_label_policy()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1389 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE); in zfs_mount_label_policy()
|