Home
last modified time | relevance | path

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

/linux-3.4.99/fs/minix/
Ditree_common.c32 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()
Ditree_v1.c5 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
Ditree_v2.c4 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/
Ditree.c13 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()