Searched refs:block_to_path (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/minix/ | 
| D | itree_v1.c | 25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])  in block_to_path()  function
 | 
| D | itree_v2.c | 27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])  in block_to_path()  function
 | 
| D | itree_common.c | 160 	int depth = block_to_path(inode, block, offsets);  in get_block()315 	n = block_to_path(inode, iblock, offsets);  in truncate()
 
 | 
| /Linux-v6.6/fs/sysv/ | 
| D | itree.c | 23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH])  in block_to_path()  function215 	int depth = block_to_path(inode, iblock, offsets);  in get_block()
 389 	n = block_to_path(inode, iblock, offsets);  in sysv_truncate()
 
 |