Searched defs:checksubdirgroup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c447 * checksubdirgroup(group, newpath, strictness)
458 checksubdirgroup(sa_group_t group, char *newpath, int strictness) function
516 * subdirectory of another share. It calls checksubdirgroup() to do
538 issub = checksubdirgroup(subgroup, newpath,
541 issub = checksubdirgroup(group, newpath, strictness);

Completed in 53 milliseconds