Searched refs:xfs_get_blocks (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.h | 56 extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
|
D | xfs_aops.c | 1505 xfs_get_blocks( in xfs_get_blocks() function 1757 status = __block_write_begin(page, pos, len, xfs_get_blocks); in xfs_vm_write_begin() 1835 return generic_block_bmap(mapping, block, xfs_get_blocks); in xfs_vm_bmap() 1843 return mpage_readpage(page, xfs_get_blocks); in xfs_vm_readpage() 1853 return mpage_readpages(mapping, pages, nr_pages, xfs_get_blocks); in xfs_vm_readpages()
|
D | xfs_file.c | 1495 error = block_page_mkwrite(vma, vmf, xfs_get_blocks); in xfs_filemap_page_mkwrite()
|
D | xfs_iops.c | 854 error = block_truncate_page(inode->i_mapping, newsize, xfs_get_blocks); in xfs_setattr_size()
|