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()
53 hfs_get_block, in hfs_write_begin()
63 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
132 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
152 return mpage_writepages(mapping, wbc, hfs_get_block); in hfs_writepages()
H A Dhfs_fs.h198 extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
H A Dextent.c336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function