Searched refs:__xfs_get_blocks (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_aops.c | 1375 __xfs_get_blocks( in __xfs_get_blocks() function 1550 return __xfs_get_blocks(inode, iblock, bh_result, create, false, false); in xfs_get_blocks() 1560 return __xfs_get_blocks(inode, iblock, bh_result, create, true, false); in xfs_get_blocks_direct() 1570 return __xfs_get_blocks(inode, iblock, bh_result, create, true, true); in xfs_get_blocks_dax_fault()
|