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

/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h108 extern struct xfs_btree_cur *xfs_bmbt_init_cursor(struct xfs_mount *,
H A Dxfs_bmap_btree.c186 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp,
554 xfs_bmbt_init_cursor( function
727 cur = xfs_bmbt_init_cursor(ip->i_mount, tp, ip, whichfork);
H A Dxfs_bmap.c670 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
900 cur = xfs_bmbt_init_cursor(mp, tp, ip, XFS_DATA_FORK);
1225 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
4239 bma->cur = xfs_bmbt_init_cursor(mp, bma->tp, bma->ip, whichfork);
4311 bma->cur = xfs_bmbt_init_cursor(bma->ip->i_mount, bma->tp,
4783 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
5413 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
5875 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
5990 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);
6106 cur = xfs_bmbt_init_cursor(m
[all...]
/linux-master/fs/xfs/scrub/
H A Dbmap_repair.c647 bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK);
H A Dbmap.c542 cur = xfs_bmbt_init_cursor(mp, sc->tp, ip, whichfork);
H A Drmap_repair.c461 cur = xfs_bmbt_init_cursor(rr->sc->mp, rr->sc->tp, ip, rf->whichfork);
/linux-master/fs/xfs/
H A Dxfs_bmap_util.c129 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork);

Completed in 236 milliseconds