Searched refs:xfs_bmbt_init_cursor (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap_btree.h | 45 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
|
H A D | xfs_bmap_btree.c | 186 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_bmbt_dup_cursor() 653 xfs_bmbt_init_cursor( in xfs_bmbt_init_cursor() function 826 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()
|
H A D | xfs_bmap.c | 669 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_extents_to_btree() 900 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK); in xfs_bmap_add_attrfork_btree() 1209 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_iread_extents() 3965 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); in xfs_bmapi_allocate() 4035 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, in xfs_bmapi_convert_unwritten() 4571 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmapi_remap() 5243 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in __xfs_bunmapi() 5697 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_collapse_extents() 5813 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_insert_extents() 5930 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_split_extent()
|
/linux/fs/xfs/scrub/ |
H A D | bmap_repair.c | 777 bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK); in xrep_bmap_build_new_fork()
|
H A D | rtrmap_repair.c | 288 cur = xfs_bmbt_init_cursor(rr->sc->mp, rr->sc->tp, ip, XFS_DATA_FORK); in xrep_rtrmap_scan_bmbt()
|
H A D | bmap.c | 602 cur = xfs_bmbt_init_cursor(mp, sc->tp, ip, whichfork); in xchk_bmap_btree()
|
H A D | rmap_repair.c | 456 cur = xfs_bmbt_init_cursor(rr->sc->mp, rr->sc->tp, ip, rf->whichfork); in xrep_rmap_scan_bmbt()
|
/linux/fs/xfs/ |
H A D | xfs_bmap_util.c | 122 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_count_blocks()
|