Home
last modified time | relevance | path

Searched refs:Indirect (Results 1 – 5 of 5) sorted by relevance

/fs/minix/
Ditree_common.c7 } Indirect; typedef
11 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) in add_chain()
17 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain()
29 static inline Indirect *get_branch(struct inode *inode, in get_branch()
32 Indirect chain[DEPTH], in get_branch()
36 Indirect *p = chain; in get_branch()
72 Indirect *branch) in alloc_branch()
109 Indirect chain[DEPTH], in splice_branch()
110 Indirect *where, in splice_branch()
150 Indirect chain[DEPTH]; in get_block()
[all …]
/fs/sysv/
Ditree.c62 } Indirect; typedef
66 static inline void add_chain(Indirect *p, struct buffer_head *bh, sysv_zone_t *v) in add_chain()
72 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain()
87 static Indirect *get_branch(struct inode *inode, in get_branch()
90 Indirect chain[], in get_branch()
94 Indirect *p = chain; in get_branch()
127 Indirect *branch) in alloc_branch()
168 Indirect chain[], in splice_branch()
169 Indirect *where, in splice_branch()
206 Indirect chain[DEPTH]; in get_block()
[all …]
/fs/ext4/
Dindirect.c33 } Indirect; typedef
35 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain()
142 static Indirect *ext4_get_branch(struct inode *inode, int depth, in ext4_get_branch()
144 Indirect chain[4], int *err) in ext4_get_branch()
147 Indirect *p = chain; in ext4_get_branch()
208 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) in ext4_find_near()
243 Indirect *partial) in ext4_find_goal()
268 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()
413 Indirect *where, int num) in ext4_splice_branch()
[all …]
/fs/ext2/
Dinode.c115 } Indirect; typedef
117 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain()
123 static inline int verify_chain(Indirect *from, Indirect *to) in verify_chain()
231 static Indirect *ext2_get_branch(struct inode *inode, in ext2_get_branch()
234 Indirect chain[4], in ext2_get_branch()
238 Indirect *p = chain; in ext2_get_branch()
291 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) in ext2_find_near()
328 Indirect *partial) in ext2_find_goal()
359 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, in ext2_blks_to_allocate()
475 int *offsets, Indirect *branch) in ext2_alloc_branch()
[all …]
/fs/ext3/
Dinode.c296 } Indirect; typedef
298 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v) in add_chain()
304 static int verify_chain(Indirect *from, Indirect *to) in verify_chain()
410 static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets, in ext3_get_branch()
411 Indirect chain[4], int *err) in ext3_get_branch()
414 Indirect *p = chain; in ext3_get_branch()
466 static ext3_fsblk_t ext3_find_near(struct inode *inode, Indirect *ind) in ext3_find_near()
505 Indirect *partial) in ext3_find_goal()
535 static int ext3_blks_to_allocate(Indirect *branch, int k, unsigned long blks, in ext3_blks_to_allocate()
655 int *offsets, Indirect *branch) in ext3_alloc_branch()
[all …]