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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dinode.c30 return block_write_full_page(page, hfs_get_block, wbc);
35 return block_read_full_page(page, hfs_get_block);
40 return cont_prepare_write(page, from, to, hfs_get_block,
46 return generic_block_bmap(mapping, block, hfs_get_block);
109 offset, nr_segs, hfs_get_block, NULL);
115 return mpage_writepages(mapping, wbc, hfs_get_block);
H A Dhfs_fs.h182 extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
H A Dextent.c317 * hfs_get_block
319 int hfs_get_block(struct inode *inode, sector_t block, function

Completed in 31 milliseconds