Home | History | Annotate | Download | only in util

Lines Matching refs:MAX_PATH

6 #include "debugfs.h" /* MAX_PATH, STR() */
15 char mountpoint[MAX_PATH+1], tokens[MAX_PATH+1], type[MAX_PATH+1];
28 while (fscanf(fp, "%*s %"STR(MAX_PATH)"s %"STR(MAX_PATH)"s %"
29 STR(MAX_PATH)"s %*d %*d\n",
60 char path[MAX_PATH+1];
61 char mnt[MAX_PATH+1];
65 if (cgroupfs_find_mountpoint(mnt, MAX_PATH+1))
68 snprintf(path, MAX_PATH, "%s/%s", mnt, name);