Searched refs:usedinomap (Results 1 – 7 of 7) sorted by relevance
53 extern char *usedinomap; /* map of inodes that are in use on this fs */
59 char *usedinomap; variable
161 if (TSTINO(mydirino, usedinomap) && in removeoldleaves()172 if (TSTINO(i, usedinomap)) in removeoldleaves()
282 usedinomap = map; in setup()
65 char *usedinomap; /* map of allocated inodes */ variable465 usedinomap = (char *)calloc((unsigned) mapsize, sizeof(char)); in main()546 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
36 extern char *usedinomap; /* map of allocated inodes */
200 SETINO(ino, usedinomap); in mapfiles()216 CLRINO(ino, usedinomap); in mapfiles()265 nodump = !nonodump && (TSTINO(ino, usedinomap) == 0); in mapdirs()423 CLRINO(dp->d_ino, usedinomap); in searchdir()