Searched refs:path_count (Results 1 – 2 of 2) sorted by relevance
508 int path_count, dir_count, done, i, j, dir_copied; in cd9660_createSL() local516 path_count = 0; in cd9660_createSL()528 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()530 path_count += 2; in cd9660_createSL()563 if ((path_count + dir_count) >= 249) { in cd9660_createSL()568 if (path_count <= 249) { in cd9660_createSL()569 while(j != (249 - path_count)) { in cd9660_createSL()577 path_count, in cd9660_createSL()581 path_count += j; in cd9660_createSL()582 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()[all …]
526 u_int8_t path_count; member