Searched refs:DEPTH (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/minix/ |
D | itree_common.c | 32 Indirect chain[DEPTH], in get_branch() argument 109 Indirect chain[DEPTH], in splice_branch() argument 149 int offsets[DEPTH]; in get_block() 150 Indirect chain[DEPTH]; in get_block() 218 int offsets[DEPTH], in find_shared() argument 219 Indirect chain[DEPTH], in find_shared() argument 297 int offsets[DEPTH]; in truncate() 298 Indirect chain[DEPTH]; in truncate() 337 while (first_whole < DEPTH-1) { in truncate() 353 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks()
|
D | itree_v1.c | 5 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator 24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
D | itree_v2.c | 4 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator 26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
/linux-3.4.99/fs/sysv/ |
D | itree.c | 13 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() argument 205 int offsets[DEPTH]; in get_block() 206 Indirect chain[DEPTH]; in get_block() 366 int offsets[DEPTH]; in sysv_truncate() 367 Indirect chain[DEPTH]; in sysv_truncate() 412 while (n < DEPTH) { in sysv_truncate() 432 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
|