Searched defs:DEPTH (Results 1 – 3 of 3) sorted by relevance
6 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
170 #define DEPTH(he) (he->callchain->max_depth) macro