Home
last modified time | relevance | path

Searched refs:Indirect (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/sysv/
H A Ditree.c63 } 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 *wher in splice_branch()
[all...]
/kernel/linux/linux-5.10/fs/minix/
H A Ditree_common.c8 } 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 *wher in splice_branch()
[all...]
/kernel/linux/linux-6.6/fs/minix/
H A Ditree_common.c8 } 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 *wher in splice_branch()
[all...]
/kernel/linux/linux-6.6/fs/sysv/
H A Ditree.c63 } 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 *wher in splice_branch()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dindirect.c35 } 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()
283 * Simple case, [t,d]Indirect block(s) has not allocated yet in ext4_blks_to_allocate()
331 Indirect *branc in ext4_alloc_branch()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dindirect.c35 } 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()
283 * Simple case, [t,d]Indirect block(s) has not allocated yet in ext4_blks_to_allocate()
331 Indirect *branc in ext4_alloc_branch()
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dinode.c118 } 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()
361 ext2_blks_to_allocate(Indirect * branc
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A Dinode.c118 } 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()
361 ext2_blks_to_allocate(Indirect * branc
[all...]
/kernel/linux/linux-5.10/fs/ufs/
H A Dinode.c85 } 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()
/kernel/linux/linux-6.6/fs/ufs/
H A Dinode.c85 } 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()

Completed in 14 milliseconds