Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_aops.h62 extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
Dxfs_aops.c1261 xfs_get_blocks( in xfs_get_blocks() function
1448 pagep, xfs_get_blocks); in xfs_vm_write_begin()
1484 return generic_block_bmap(mapping, block, xfs_get_blocks); in xfs_vm_bmap()
1492 return mpage_readpage(page, xfs_get_blocks); in xfs_vm_readpage()
1502 return mpage_readpages(mapping, pages, nr_pages, xfs_get_blocks); in xfs_vm_readpages()
Dxfs_file.c1007 return block_page_mkwrite(vma, vmf, xfs_get_blocks); in xfs_vm_page_mkwrite()
Dxfs_iops.c809 error = -block_truncate_page(inode->i_mapping, newsize, xfs_get_blocks); in xfs_setattr_size()