Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents_status.c1135 ext4_lblk_t i, end, nclu; in count_rsvd() local
1188 nclu = (end - i + 1) >> sbi->s_cluster_bits; in count_rsvd()
1189 rc->ndelayed += nclu; in count_rsvd()
1190 i += nclu << sbi->s_cluster_bits; in count_rsvd()