Searched refs:xfs_bmbt_init_cursor (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 186 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_bmbt_dup_cursor() 554 xfs_bmbt_init_cursor( in xfs_bmbt_init_cursor() function 727 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork); in xfs_bmbt_change_owner()
|
D | xfs_bmap_btree.h | 45 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
|
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() 1210 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_iread_extents() 4207 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork); in xfs_bmapi_allocate() 4277 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp, in xfs_bmapi_convert_unwritten() 4811 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmapi_remap() 5441 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in __xfs_bunmapi() 5891 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_collapse_extents() 6006 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_insert_extents() 6122 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_split_extent()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | bmap_repair.c | 647 bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK); in xrep_bmap_build_new_fork()
|
D | bmap.c | 542 cur = xfs_bmbt_init_cursor(mp, sc->tp, ip, whichfork); in xchk_bmap_btree()
|
D | rmap_repair.c | 453 cur = xfs_bmbt_init_cursor(rr->sc->mp, rr->sc->tp, ip, rf->whichfork); in xrep_rmap_scan_bmbt()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_bmap_util.c | 129 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_count_blocks()
|