Searched refs:DEPTH (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/minix/ |
D | itree_common.c | 33 Indirect chain[DEPTH], in get_branch() argument 110 Indirect chain[DEPTH], in splice_branch() argument 150 int offsets[DEPTH]; in get_block() 151 Indirect chain[DEPTH]; in get_block() 219 int offsets[DEPTH], in find_shared() argument 220 Indirect chain[DEPTH], in find_shared() argument 298 int offsets[DEPTH]; in truncate() 299 Indirect chain[DEPTH]; in truncate() 338 while (first_whole < DEPTH-1) { in truncate() 354 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks()
|
D | itree_v1.c | 6 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator 25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
D | itree_v2.c | 5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator 27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
/Linux-v4.19/fs/sysv/ |
D | itree.c | 14 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() argument 206 int offsets[DEPTH]; in get_block() 207 Indirect chain[DEPTH]; in get_block() 367 int offsets[DEPTH]; in sysv_truncate() 368 Indirect chain[DEPTH]; in sysv_truncate() 413 while (n < DEPTH) { in sysv_truncate() 433 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_cumulate.c | 156 #define DEPTH(he) (he->callchain->max_depth) macro
|