Home
last modified time | relevance | path

Searched refs:is_contiguous (Results 1 – 3 of 3) sorted by relevance

/fs/exfat/
A Dcluster.c82 if (node->is_contiguous) in exfat_next_cluster()
271 node->is_contiguous = true; in grow_file()
283 if (next != previous + 1 && node->is_contiguous) in grow_file()
289 node->is_contiguous = false; in grow_file()
292 if (!set_next_cluster(ef, node->is_contiguous, previous, next)) in grow_file()
298 if (!set_next_cluster(ef, node->is_contiguous, previous, in grow_file()
328 if (!set_next_cluster(ef, node->is_contiguous, last, in shrink_file()
352 if (!set_next_cluster(ef, node->is_contiguous, previous, in shrink_file()
A Dnode.c151 node->is_contiguous = ((meta2->flags & EXFAT_FLAG_CONTIGUOUS) != 0); in init_node_meta2()
276 if (node->size == 0 && node->is_contiguous) in check_node()
666 if (node->size != 0 && node->is_contiguous) in exfat_flush_node()
A Dexfat.h92 bool is_contiguous : 1; member

Completed in 10 milliseconds