Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dinode.c75 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() function
150 return mpage_readpage(page, nilfs_get_block); in nilfs_readpage()
155 mpage_readahead(rac, nilfs_get_block); in nilfs_readahead()
264 nilfs_get_block); in nilfs_write_begin()
299 return blockdev_direct_IO(iocb, inode, iter, nilfs_get_block); in nilfs_direct_IO()
878 block_truncate_page(inode->i_mapping, inode->i_size, nilfs_get_block); in nilfs_truncate()
H A Dfile.c99 ret = block_page_mkwrite(vma, vmf, nilfs_get_block); in nilfs_page_mkwrite()
H A Dnilfs.h253 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
H A Ddir.c92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
H A Drecovery.c514 0, &page, nilfs_get_block); in nilfs_recover_dsync_blocks()