Home
last modified time | relevance | path

Searched defs:DEPTH (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/minix/
Ditree_v1.c6 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()
Ditree_common.c33 Indirect chain[DEPTH], in get_branch()
110 Indirect chain[DEPTH], in splice_branch()
219 int offsets[DEPTH], in find_shared()
220 Indirect chain[DEPTH], in find_shared()
Ditree_v2.c5 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-v4.19/fs/sysv/
Ditree.c14 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()
/Linux-v4.19/tools/perf/tests/
Dhists_cumulate.c156 #define DEPTH(he) (he->callchain->max_depth) macro