Home
last modified time | relevance | path

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

/fs/ext4/
Dextents_status.c1146 if (end >= EXT4_LBLK_CFILL(sbi, i)) { in count_rsvd()
1149 i = EXT4_LBLK_CFILL(sbi, i) + 1; in count_rsvd()
1276 EXT4_LBLK_CFILL(sbi, rc->last_do_lblk)) { in get_rsvd()
Dext4.h298 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ macro