Searched refs:xfs_get_blocks (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.h44 extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
H A Dxfs_aops.c1381 xfs_get_blocks( function
1496 return block_prepare_write(page, from, to, xfs_get_blocks);
1511 return generic_block_bmap(mapping, block, xfs_get_blocks);
1519 return mpage_readpage(page, xfs_get_blocks);
1529 return mpage_readpages(mapping, pages, nr_pages, xfs_get_blocks);
H A Dxfs_iops.c703 block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_blocks);

Completed in 53 milliseconds