Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dextents_status.c1120 ext4_lblk_t i, end, nclu; in count_rsvd() local
1173 nclu = (end - i + 1) >> sbi->s_cluster_bits; in count_rsvd()
1174 rc->ndelonly += nclu; in count_rsvd()
1175 i += nclu << sbi->s_cluster_bits; in count_rsvd()