Home
last modified time | relevance | path

Searched refs:ZONE_PATH_VISIBLE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h768 #define ZONE_PATH_VISIBLE(path, zone) \ macro
779 (ASSERT(ZONE_PATH_VISIBLE(path, zone)), \
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c259 } 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 Dspecsubr.c422 ZONE_PATH_VISIBLE(nvp->v_path, curzone)) { in specfind()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1969 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 Dvfs.c3754 ZONE_PATH_VISIBLE(refstr_value(vfsp->vfs_mntpt), in vfs_dev2vfsp()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c3206 if (ZONE_PATH_VISIBLE(path, zone)) in zone_find_by_path()