Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dinode.c33 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
38 return block_read_full_page(page, hfs_get_block); in hfs_readpage()
59 hfs_get_block, in hfs_write_begin()
69 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
137 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
157 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
Dhfs_fs.h198 extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
Dextent.c336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function