Home
last modified time | relevance | path

Searched refs:xfs_get_blocks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_aops.h57 int xfs_get_blocks(struct inode *inode, sector_t offset,
Dxfs_aops.c1544 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()
Dxfs_iops.c854 xfs_get_blocks); in xfs_setattr_size()
Dxfs_file.c1524 ret = block_page_mkwrite(vma, vmf, xfs_get_blocks); in xfs_filemap_page_mkwrite()