Home
last modified time | relevance | path

Searched refs:hfs_get_block (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hfs/
H A Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
39 return block_read_full_page(page, hfs_get_block); in hfs_readpage()
60 hfs_get_block, in hfs_write_begin()
70 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
138 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
158 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.c334 * hfs_get_block
336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function
/kernel/linux/linux-6.6/fs/hfs/
H A Dinode.c34 return block_write_full_page(page, hfs_get_block, wbc); in hfs_writepage()
39 return block_read_full_folio(folio, hfs_get_block); in hfs_read_folio()
59 hfs_get_block, in hfs_write_begin()
69 return generic_block_bmap(mapping, block, hfs_get_block); in hfs_bmap()
138 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
158 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.c334 * hfs_get_block
336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block() function

Completed in 6 milliseconds