Home
last modified time | relevance | path

Searched defs:partial_cluster (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
Dext4_extents.h129 struct partial_cluster { struct
130 ext4_fsblk_t pclu; /* physical cluster number */
131 ext4_lblk_t lblk; /* logical block number within logical cluster */
132 enum {initial, tofree, nofree} state;
/kernel/linux/linux-4.19/fs/ext4/
Dextents.c2519 long long *partial_cluster, in ext4_remove_blocks()
2635 long long *partial_cluster, in ext4_ext_rm_leaf()
2846 long long partial_cluster = 0; in ext4_ext_remove_space() local