Lines Matching refs:ext4_fsblk_t
113 ext4_fsblk_t p_block;
130 ext4_fsblk_t pclu; /* physical cluster number */
223 * combine low and high parts of physical block number into ext4_fsblk_t
225 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex)
227 ext4_fsblk_t block;
230 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1;
236 * combine low and high parts of a leaf physical block number into ext4_fsblk_t
238 static inline ext4_fsblk_t ext4_idx_pblock(struct ext4_extent_idx *ix)
240 ext4_fsblk_t block;
243 block |= ((ext4_fsblk_t) le16_to_cpu(ix->ei_leaf_hi) << 31) << 1;
253 ext4_fsblk_t pb)
266 ext4_fsblk_t pb)