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

/linux-master/fs/minix/
H A Ditree_common.c8 } Indirect; typedef in typeref:struct:__anon1798
12 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v)
18 static inline int verify_chain(Indirect *from, Indirect *to)
30 static inline Indirect *get_branch(struct inode *inode,
33 Indirect chain[DEPTH],
37 Indirect *p = chain;
73 Indirect *branch)
116 Indirect chain[DEPTH],
117 Indirect *wher
[all...]
/linux-master/fs/sysv/
H A Ditree.c64 } Indirect; typedef in typeref:struct:__anon1865
68 static inline void add_chain(Indirect *p, struct buffer_head *bh, sysv_zone_t *v)
74 static inline int verify_chain(Indirect *from, Indirect *to)
86 static Indirect *get_branch(struct inode *inode,
89 Indirect chain[],
93 Indirect *p = chain;
129 Indirect *branch)
174 Indirect chain[],
175 Indirect *wher
[all...]
/linux-master/fs/ext4/
H A Dindirect.c35 } Indirect; typedef in typeref:struct:__anon91
37 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v)
144 static Indirect *ext4_get_branch(struct inode *inode, int depth,
146 Indirect chain[4], int *err)
149 Indirect *p = chain;
217 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
252 Indirect *partial)
277 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks,
283 * Simple case, [t,d]Indirect block(s) has not allocated yet
331 Indirect *branc
[all...]
/linux-master/fs/ext2/
H A Dinode.c118 } Indirect; typedef in typeref:struct:__anon53
120 static inline void add_chain(Indirect *p, struct buffer_head *bh, __le32 *v)
126 static inline int verify_chain(Indirect *from, Indirect *to)
234 static Indirect *ext2_get_branch(struct inode *inode,
237 Indirect chain[4],
241 Indirect *p = chain;
294 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind)
331 Indirect *partial)
361 ext2_blks_to_allocate(Indirect * branc
[all...]
/linux-master/fs/ufs/
H A Dinode.c86 } Indirect; typedef in typeref:struct:__anon422
90 Indirect *from, Indirect *to)
92 Indirect *p;
106 Indirect *from, Indirect *to)
108 Indirect *p;
132 Indirect chain[4], *q = chain;

Completed in 166 milliseconds