Searched refs:hfs_get_block (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/hfs/ |
D | inode.c | 31 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage() 36 return block_read_full_page(page, hfs_get_block); in hfs_readpage() 57 hfs_get_block, in hfs_write_begin() 67 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap() 136 ret = blockdev_direct_IO(iocb, inode, iter, offset, hfs_get_block); in hfs_direct_IO() 156 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
|
D | hfs_fs.h | 197 extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
D | extent.c | 332 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function
|