Searched refs:contiguous (Results 1 – 2 of 2) sorted by relevance
835 int contiguous = 0; in find_slot() local858 if (contiguous++ == 0) in find_slot()860 if (contiguous == n) in find_slot()869 i -= contiguous - 1; in find_slot()870 contiguous = 0; in find_slot()881 contiguous = 0; in find_slot()886 if (contiguous == 0) in find_slot()889 ROUND_UP(dir->size + sizeof(struct exfat_entry[n - contiguous]), in find_slot()
174 static bool set_next_cluster(const struct exfat* ef, bool contiguous, in set_next_cluster() argument180 if (contiguous) in set_next_cluster()
Completed in 7 milliseconds