Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Diomap.c48 loff_t cluster_offset, cluster_length; in __exfat_iomap_begin() local
81 cluster_length = exfat_cluster_to_bytes(sbi, num_clusters); in __exfat_iomap_begin()
83 iomap->length = min_t(loff_t, length, cluster_length - cluster_offset); in __exfat_iomap_begin()