Lines Matching refs:EXT4_B2C
1152 if (rc->partial && (rc->lclu != EXT4_B2C(sbi, i))) { in count_rsvd()
1185 rc->lclu = EXT4_B2C(sbi, i); in count_rsvd()
1260 first_lclu = EXT4_B2C(sbi, rc->first_do_lblk); in get_rsvd()
1261 last_lclu = EXT4_B2C(sbi, rc->last_do_lblk); in get_rsvd()
1956 lclu = EXT4_B2C(sbi, lblk); in __insert_pending()
2006 pr = __get_pending(inode, EXT4_B2C(sbi, lblk)); in __remove_pending()
2049 ret = (bool)(__get_pending(inode, EXT4_B2C(sbi, lblk)) != NULL); in ext4_is_pending()
2169 first_lclu = EXT4_B2C(sbi, start); in __es_delayed_clu()
2171 first_lclu = EXT4_B2C(sbi, es->es_lblk); in __es_delayed_clu()
2174 last_lclu = EXT4_B2C(sbi, end); in __es_delayed_clu()
2176 last_lclu = EXT4_B2C(sbi, ext4_es_end(es)); in __es_delayed_clu()
2267 if (EXT4_B2C(sbi, lblk) == EXT4_B2C(sbi, end)) { in __revise_pending()