Searched defs:partial_cluster (Results 1 – 2 of 2) sorted by relevance
129 struct partial_cluster { struct130 ext4_fsblk_t pclu; /* physical cluster number */131 ext4_lblk_t lblk; /* logical block number within logical cluster */132 enum {initial, tofree, nofree} state;
2519 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