Searched refs:ZONE_PATH_VISIBLE (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | zone.h | 768 #define ZONE_PATH_VISIBLE(path, zone) \ macro 779 (ASSERT(ZONE_PATH_VISIBLE(path, zone)), \
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 259 } else if (!ZONE_PATH_VISIBLE(resource, zonep)) { in mntfs_populate_text() 325 } else if (!ZONE_PATH_VISIBLE(resource, zone)) { in mntfs_text_len()
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 422 ZONE_PATH_VISIBLE(nvp->v_path, curzone)) { in specfind()
|
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 1969 if (ZONE_PATH_VISIBLE(ul.mntpnt, zone)) { in unmount_node() 1973 if (ZONE_PATH_VISIBLE(ul.mntresource, zone)) { in unmount_node()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 3774 ZONE_PATH_VISIBLE(refstr_value(vfsp->vfs_mntpt), in vfs_dev2vfsp()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | zone.c | 3206 if (ZONE_PATH_VISIBLE(path, zone)) in zone_find_by_path()
|