Home
last modified time | relevance | path

Searched refs:hfsplus_get_block (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/hfsplus/
Dinode.c23 return block_read_full_page(page, hfsplus_get_block); in hfsplus_readpage()
28 return block_write_full_page(page, hfsplus_get_block, wbc); in hfsplus_writepage()
39 hfsplus_get_block, in hfsplus_write_begin()
52 return generic_block_bmap(mapping, block, hfsplus_get_block); in hfsplus_bmap()
123 offset, nr_segs, hfsplus_get_block, NULL); in hfsplus_direct_IO()
143 return mpage_writepages(mapping, wbc, hfsplus_get_block); in hfsplus_writepages()
Dhfsplus_fs.h378 int hfsplus_get_block(struct inode *, sector_t, struct buffer_head *, int);
Dextents.c204 int hfsplus_get_block(struct inode *inode, sector_t iblock, in hfsplus_get_block() function