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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dinode.c256 * ext3_block_to_path - parse the block number into array of offsets
286 static int ext3_block_to_path(struct inode *inode, function
298 ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0");
318 ext3_warning(inode->i_sb, "ext3_block_to_path", "block > big");
807 depth = ext3_block_to_path(inode,iblock,offsets,&blocks_to_boundary);
1817 * @offsets: offsets of pointers in that branch (see ext3_block_to_path)
2219 n = ext3_block_to_path(inode, last_block, offsets, NULL);

Completed in 88 milliseconds