hfsplus_get_block  470 fs/hfsplus/hfsplus_fs.h int hfsplus_get_block(struct inode *inode, sector_t iblock,
hfsplus_get_block   27 fs/hfsplus/inode.c 	return block_read_full_page(page, hfsplus_get_block);
hfsplus_get_block   32 fs/hfsplus/inode.c 	return block_write_full_page(page, hfsplus_get_block, wbc);
hfsplus_get_block   53 fs/hfsplus/inode.c 				hfsplus_get_block,
hfsplus_get_block   63 fs/hfsplus/inode.c 	return generic_block_bmap(mapping, block, hfsplus_get_block);
hfsplus_get_block  134 fs/hfsplus/inode.c 	ret = blockdev_direct_IO(iocb, inode, iter, hfsplus_get_block);
hfsplus_get_block  154 fs/hfsplus/inode.c 	return mpage_writepages(mapping, wbc, hfsplus_get_block);