Searched refs:nilfs_get_block (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/nilfs2/ |
D | inode.c | 73 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() function 148 return mpage_readpage(page, nilfs_get_block); in nilfs_readpage() 162 return mpage_readpages(mapping, pages, nr_pages, nilfs_get_block); in nilfs_readpages() 221 nilfs_get_block); in nilfs_write_begin() 263 offset, nr_segs, nilfs_get_block, NULL); in nilfs_direct_IO() 678 block_truncate_page(inode->i_mapping, inode->i_size, nilfs_get_block); in nilfs_truncate()
|
D | file.c | 105 ret = block_page_mkwrite(vma, vmf, nilfs_get_block); in nilfs_page_mkwrite()
|
D | nilfs.h | 257 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
D | dir.c | 86 return __block_write_begin(page, pos, to - from, nilfs_get_block); in nilfs_prepare_chunk()
|
D | recovery.c | 526 0, &page, nilfs_get_block); in nilfs_recover_dsync_blocks()
|