Searched defs:DEPTH (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/fs/minix/ | 
| D | itree_v1.c | 5 enum {DEPTH = 3, DIRECT = 7};	/* Only double indirect */  enumerator24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])  in block_to_path()
 
 | 
| D | itree_common.c | 32 					Indirect chain[DEPTH],  in get_branch()109 				     Indirect chain[DEPTH],  in splice_branch()
 218 				int offsets[DEPTH],  in find_shared()
 219 				Indirect chain[DEPTH],  in find_shared()
 
 | 
| D | itree_v2.c | 4 enum {DIRECT = 7, DEPTH = 4};	/* Have triple indirect */  enumerator26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])  in block_to_path()
 
 | 
| /linux-4.1.27/fs/sysv/ | 
| D | itree.c | 13 enum {DIRECT = 10, DEPTH = 4};	/* Have triple indirect */  enumerator22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH])  in block_to_path()
 
 | 
| /linux-4.1.27/tools/perf/tests/ | 
| D | hists_cumulate.c | 154 #define DEPTH(he) (he->callchain->max_depth)  macro
 |