Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dextents.c2530 EXT4_PBLK_CMASK(sbi, last_pblk), in ext4_remove_blocks()
4065 map->m_pblk = EXT4_PBLK_CMASK(sbi, ee_start) + c_offset; in get_implied_cluster_alloc()
H A Dext4.h379 #define EXT4_PBLK_CMASK(s, pblk) ((pblk) & \ macro