Lines Matching defs:newpath
447 * checksubdirgroup(group, newpath, strictness)
449 * check all the specified newpath against all the paths in the
453 * SA_CHECK_NORMAL == only check newpath against shares that are active
454 * SA_CHECK_STRICT == check newpath against both active shares and those
458 checksubdirgroup(sa_group_t group, char *newpath, int strictness)
466 if (newpath == NULL)
494 if (strcmp(path, newpath) == 0) {
497 subdir = issubdir(newpath, path);
498 parent = issubdir(path, newpath);
513 * checksubdir(newpath, strictness)
515 * checksubdir determines if the specified path (newpath) is a
519 * mean: SA_CHECK_NORMAL == only check newpath against shares that are
520 * active SA_CHECK_STRICT == check newpath against both active shares
524 checksubdir(sa_handle_t handle, char *newpath, int strictness)
538 issub = checksubdirgroup(subgroup, newpath,
541 issub = checksubdirgroup(group, newpath, strictness);
1377 * SA_CHECK_NORMAL == only check newpath against shares that are active
1378 * SA_CHECK_STRICT == check newpath against both active shares and those