Searched refs:Indirect (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/minix/ |
D | itree_common.c | 8 } Indirect; typedef 12 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) in add_chain() 18 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain() 30 static inline Indirect *get_branch(struct inode *inode, in get_branch() 33 Indirect chain[DEPTH], in get_branch() 37 Indirect *p = chain; in get_branch() 73 Indirect *branch) in alloc_branch() 116 Indirect chain[DEPTH], in splice_branch() 117 Indirect *where, in splice_branch() 157 Indirect chain[DEPTH]; in get_block() [all …]
|
/linux-4.19.296/fs/sysv/ |
D | itree.c | 63 } Indirect; typedef 67 static inline void add_chain(Indirect *p, struct buffer_head *bh, sysv_zone_t *v) in add_chain() 73 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain() 88 static Indirect *get_branch(struct inode *inode, in get_branch() 91 Indirect chain[], in get_branch() 95 Indirect *p = chain; in get_branch() 128 Indirect *branch) in alloc_branch() 173 Indirect chain[], in splice_branch() 174 Indirect *where, in splice_branch() 211 Indirect chain[DEPTH]; in get_block() [all …]
|
/linux-4.19.296/fs/ext4/ |
D | indirect.c | 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() 217 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) in ext4_find_near() 252 Indirect *partial) in ext4_find_goal() 277 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate() 333 Indirect *branch) in ext4_alloc_branch() 422 Indirect *where, int num) in ext4_splice_branch() [all …]
|
/linux-4.19.296/fs/ext2/ |
D | inode.c | 118 } Indirect; typedef 120 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain() 126 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain() 234 static Indirect *ext2_get_branch(struct inode *inode, in ext2_get_branch() 237 Indirect chain[4], in ext2_get_branch() 241 Indirect *p = chain; in ext2_get_branch() 294 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) in ext2_find_near() 331 Indirect *partial) in ext2_find_goal() 362 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, in ext2_blks_to_allocate() 478 int *offsets, Indirect *branch) in ext2_alloc_branch() [all …]
|
/linux-4.19.296/fs/ufs/ |
D | inode.c | 85 } Indirect; typedef 89 Indirect *from, Indirect *to) in grow_chain32() 91 Indirect *p; in grow_chain32() 105 Indirect *from, Indirect *to) in grow_chain64() 107 Indirect *p; in grow_chain64() 131 Indirect chain[4], *q = chain; in ufs_frag_map()
|