Searched refs:xfs_bmbt_init_cursor (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap_btree.c | 186 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_bmbt_dup_cursor() 665 xfs_bmbt_init_cursor( in xfs_bmbt_init_cursor() function 838 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()
|
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.c | 671 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_extents_to_btree() 902 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK); in xfs_bmap_add_attrfork_btree() 1211 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_iread_extents() 4240 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); in xfs_bmapi_allocate() 4310 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, in xfs_bmapi_convert_unwritten() 4846 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmapi_remap() 5509 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in __xfs_bunmapi() 5962 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_collapse_extents() 6078 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_insert_extents() 6195 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 | 121 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_count_blocks()
|