Home
last modified time | relevance | path

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

/fs/minix/
Ditree_v1.c5 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator
24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
Ditree_common.c32 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()
Ditree_v2.c4 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator
26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path()
/fs/sysv/
Ditree.c13 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator
22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path()