Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dinode.c34 return block_read_full_folio(folio, hfs_get_block); in hfs_read_folio()
54 hfs_get_block, in hfs_write_begin()
64 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
133 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
153 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
H A Dhfs_fs.h173 extern int hfs_get_block(struct inode *inode, sector_t block,
H A Dextent.c336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function