Searched refs:nilfs_get_block (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | inode.c | 75 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 D | file.c | 99 ret = block_page_mkwrite(vma, vmf, nilfs_get_block); in nilfs_page_mkwrite()
|
| H A D | nilfs.h | 253 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
| H A D | dir.c | 92 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
| H A D | recovery.c | 514 0, &page, nilfs_get_block); in nilfs_recover_dsync_blocks()
|