Home
last modified time | relevance | path

Searched refs:block_to_path (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/minix/
Ditree_v1.c25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() function
Ditree_v2.c25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() function
Ditree_common.c151 int depth = block_to_path(inode, block, offsets); in get_block()
307 n = block_to_path(inode, iblock, offsets); in truncate()
/linux-2.4.37.9/fs/sysv/
Ditree.c24 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() function
202 int depth = block_to_path(inode, iblock, offsets); in get_block()
372 n = block_to_path(inode, iblock, offsets); in sysv_truncate()