Searched refs:xfs_get_blocks (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.h | 57 int xfs_get_blocks(struct inode *inode, sector_t offset,
|
D | xfs_aops.c | 1544 xfs_get_blocks( in xfs_get_blocks() function 1834 status = __block_write_begin(page, pos, len, xfs_get_blocks); in xfs_vm_write_begin() 1912 return generic_block_bmap(mapping, block, xfs_get_blocks); in xfs_vm_bmap() 1920 return mpage_readpage(page, xfs_get_blocks); in xfs_vm_readpage() 1930 return mpage_readpages(mapping, pages, nr_pages, xfs_get_blocks); in xfs_vm_readpages()
|
D | xfs_iops.c | 854 xfs_get_blocks); in xfs_setattr_size()
|
D | xfs_file.c | 1524 ret = block_page_mkwrite(vma, vmf, xfs_get_blocks); in xfs_filemap_page_mkwrite()
|