Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dextents_status.c1161 if (end >= EXT4_LBLK_CFILL(sbi, i)) { in count_rsvd()
1164 i = EXT4_LBLK_CFILL(sbi, i) + 1; in count_rsvd()
1291 EXT4_LBLK_CFILL(sbi, rc->last_do_lblk)) { in get_rsvd()
H A Dext4.h379 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ macro