Home
last modified time | relevance | path

Searched refs:nilfs_get_block (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/nilfs2/
Dfile.c99 ret = block_page_mkwrite(vma, vmf, nilfs_get_block); in nilfs_page_mkwrite()
Dinode.c74 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() function
149 return mpage_readpage(page, nilfs_get_block); in nilfs_readpage()
163 return mpage_readpages(mapping, pages, nr_pages, nilfs_get_block); in nilfs_readpages()
272 nilfs_get_block); in nilfs_write_begin()
307 return blockdev_direct_IO(iocb, inode, iter, nilfs_get_block); in nilfs_direct_IO()
887 block_truncate_page(inode->i_mapping, inode->i_size, nilfs_get_block); in nilfs_truncate()
Dnilfs.h254 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
Ddir.c92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
Drecovery.c514 0, &page, nilfs_get_block); in nilfs_recover_dsync_blocks()