Lines Matching refs:dirpath
950 char dirpath[MAXPATHLEN]; in process_fsdir() local
996 sprintf(dirpath, "%s/%s", cachedirp, buf); in process_fsdir()
999 xx = lstat64(dirpath, &statinfo); in process_fsdir()
1002 pr_err(gettext("Could not stat %s: %s"), dirpath, in process_fsdir()
1014 xx = dlog_ck(dirpath, &maxlocalfileno); in process_fsdir()
1021 sprintf(buf, "%s/%s", dirpath, CACHEFS_FSINFO); in process_fsdir()
1030 sprintf(buf, "%s/%s", dirpath, CACHEFS_UNMNT_FILE); in process_fsdir()
1049 sprintf(buf, "%s/%s", dirpath, CACHEFS_UNMNT_FILE); in process_fsdir()
1061 sprintf(attrpath, "%s/%s", dirpath, atp); in process_fsdir()
1119 error = process_fsgroup(dirpath, dep->d_name, resp, in process_fsdir()
1129 if ((dp = opendir(dirpath)) == NULL) { in process_fsdir()
1130 pr_err(gettext("Cannot open directory %s: %s"), dirpath, in process_fsdir()
1151 sprintf(buf, "%s/%s", dirpath, dep->d_name); in process_fsdir()
1176 xx = chmod(dirpath, 0777); in process_fsdir()
1178 pr_err(gettext("Cannot chmod %s: %s"), dirpath, in process_fsdir()