Lines Matching refs:Indirect
35 } Indirect; typedef
37 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain()
144 static Indirect *ext4_get_branch(struct inode *inode, int depth, in ext4_get_branch()
146 Indirect chain[4], int *err) in ext4_get_branch()
149 Indirect *p = chain; in ext4_get_branch()
210 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) in ext4_find_near()
245 Indirect *partial) in ext4_find_goal()
270 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate()
324 Indirect *branch) in ext4_alloc_branch()
420 Indirect *where, int num) in ext4_splice_branch()
530 Indirect chain[4]; in ext4_ind_map_blocks()
531 Indirect *partial; in ext4_ind_map_blocks()
789 static Indirect *ext4_find_shared(struct inode *inode, int depth, in ext4_find_shared()
790 ext4_lblk_t offsets[4], Indirect chain[4], in ext4_find_shared()
793 Indirect *partial, *p; in ext4_find_shared()
1110 Indirect chain[4]; in ext4_ind_truncate()
1111 Indirect *partial; in ext4_ind_truncate()
1226 Indirect chain[4], chain2[4]; in ext4_ind_remove_space()
1227 Indirect *partial, *partial2; in ext4_ind_remove_space()
1228 Indirect *p = NULL, *p2 = NULL; in ext4_ind_remove_space()