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

/linux-4.4.14/fs/minix/
H A Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) block_to_path() function
30 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %s\n", block_to_path()
34 printk("MINIX-fs: block_to_path: " block_to_path()
H A Ditree_v2.c26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) block_to_path() function
33 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %s\n", block_to_path()
38 printk("MINIX-fs: block_to_path: " block_to_path()
H A Ditree_common.c153 int depth = block_to_path(inode, block, offsets); get_block()
308 n = block_to_path(inode, iblock, offsets); truncate()
/linux-4.4.14/fs/sysv/
H A Ditree.c22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) block_to_path() function
210 int depth = block_to_path(inode, iblock, offsets); get_block()
384 n = block_to_path(inode, iblock, offsets); sysv_truncate()

Completed in 131 milliseconds