hfsplus_get_block  322 fs/hfsplus/hfsplus_fs.h int hfsplus_get_block(struct inode *, sector_t, struct buffer_head *, int);
hfsplus_get_block   22 fs/hfsplus/inode.c 	return block_read_full_page(page, hfsplus_get_block);
hfsplus_get_block   27 fs/hfsplus/inode.c 	return block_write_full_page(page, hfsplus_get_block, wbc);
hfsplus_get_block   36 fs/hfsplus/inode.c 				hfsplus_get_block,
hfsplus_get_block   42 fs/hfsplus/inode.c 	return generic_block_bmap(mapping, block, hfsplus_get_block);
hfsplus_get_block  110 fs/hfsplus/inode.c 				  offset, nr_segs, hfsplus_get_block, NULL);
hfsplus_get_block  116 fs/hfsplus/inode.c 	return mpage_writepages(mapping, wbc, hfsplus_get_block);