Lines Matching refs:ext4_fsblk_t
113 ext4_fsblk_t p_block;
130 ext4_fsblk_t pclu; /* physical cluster number */
224 * combine low and high parts of physical block number into ext4_fsblk_t
226 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex)
228 ext4_fsblk_t block;
231 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1;
237 * combine low and high parts of a leaf physical block number into ext4_fsblk_t
239 static inline ext4_fsblk_t ext4_idx_pblock(struct ext4_extent_idx *ix)
241 ext4_fsblk_t block;
244 block |= ((ext4_fsblk_t) le16_to_cpu(ix->ei_leaf_hi) << 31) << 1;
254 ext4_fsblk_t pb)
267 ext4_fsblk_t pb)