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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h140 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
H A Dxfs_bmap_btree.c404 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, xfs_bmbt_dup_cursor()
777 xfs_bmbt_init_cursor( xfs_bmbt_init_cursor() function
876 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); xfs_bmbt_change_owner()
H A Dxfs_bmap.c769 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); xfs_bmap_extents_to_btree()
1000 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK); xfs_bmap_add_attrfork_btree()
4336 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); xfs_bmapi_allocate()
4416 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, xfs_bmapi_convert_unwritten()
5086 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); xfs_bunmapi()
5662 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); xfs_bmap_shift_extents()
5833 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); xfs_bmap_split_extent_at()

Completed in 92 milliseconds