Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dextents_status.c1097 if (end >= EXT4_LBLK_CFILL(sbi, i)) { in count_rsvd()
1100 i = EXT4_LBLK_CFILL(sbi, i) + 1; in count_rsvd()
1227 EXT4_LBLK_CFILL(sbi, rc->last_do_lblk)) { in get_rsvd()
Dext4.h312 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \ macro