Searched defs:DEPTH (Results 1 – 5 of 5) sorted by relevance
/linux/fs/minix/ |
H A D | itree_common.c | 33 Indirect chain[DEPTH], in get_branch() 116 Indirect chain[DEPTH], in splice_branch() 225 int offsets[DEPTH], in find_shared() 226 Indirect chain[DEPTH], in find_shared()
|
H A 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()
|
H A 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()
|
/linux/fs/sysv/ |
H A D | itree.c | 15 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 24 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 170 #define DEPTH(he) (he->callchain->max_depth) macro
|