Searched refs:DEPTH (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Ditree_v1.c6 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator in enum:__anon3157
25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])
H A Ditree_v2.c6 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator in enum:__anon3158
25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])
H A Ditree_common.c30 Indirect chain[DEPTH],
105 Indirect chain[DEPTH],
147 int offsets[DEPTH];
148 Indirect chain[DEPTH];
220 int offsets[DEPTH],
221 Indirect chain[DEPTH],
296 int offsets[DEPTH];
297 Indirect chain[DEPTH];
336 while (first_whole < DEPTH-1) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ditree.c13 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator in enum:__anon3183
24 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH])
197 int offsets[DEPTH];
198 Indirect chain[DEPTH];
354 int offsets[DEPTH];
355 Indirect chain[DEPTH];
400 while (n < DEPTH) {

Completed in 40 milliseconds