Lines Matching refs:lblk
371 #define EXT4_LBLK_TO_B(inode, lblk) ((loff_t)(lblk) << (inode)->i_blkbits)
374 #define EXT4_LBLK_TO_PG(inode, lblk) (EXT4_LBLK_TO_B((inode), (lblk)) >> \
389 #define EXT4_LBLK_CMASK(s, lblk) ((lblk) & \
392 #define EXT4_LBLK_CFILL(sbi, lblk) ((lblk) | \
397 #define EXT4_LBLK_COFF(s, lblk) ((lblk) & \
1077 /* Start of lblk range that needs to be committed in this fast commit */
1080 /* End of lblk range that needs to be committed in this fast commit */
2992 ext4_lblk_t lblk, ext4_fsblk_t pblk,
3112 extern int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk,