Searched refs:xfs_bmbt_init_cursor (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 405 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_bmbt_dup_cursor() 779 xfs_bmbt_init_cursor( in xfs_bmbt_init_cursor() function 878 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()
|
D | xfs_bmap_btree.h | 140 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
|
D | xfs_bmap.c | 769 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_extents_to_btree() 1004 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK); in xfs_bmap_add_attrfork_btree() 4347 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); in xfs_bmapi_allocate() 4427 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, in xfs_bmapi_convert_unwritten() 5128 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bunmapi() 5704 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_shift_extents() 5875 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_split_extent_at()
|