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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) function
30 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %s\n",
34 printk("MINIX-fs: block_to_path: "
H A Ditree_v2.c26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) function
33 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %s\n",
37 printk("MINIX-fs: block_to_path: "
H A Ditree_common.c153 int depth = block_to_path(inode, block, offsets);
308 n = block_to_path(inode, iblock, offsets);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Ditree.c22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) function
210 int depth = block_to_path(inode, iblock, offsets);
384 n = block_to_path(inode, iblock, offsets);

Completed in 23 milliseconds