Home
last modified time | relevance | path

Searched refs:bmap_cur (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbmap_repair.c690 struct xfs_btree_cur *bmap_cur) in xrep_bmap_btree_load() argument
696 error = xfs_btree_bload_compute_geometry(bmap_cur, in xrep_bmap_btree_load()
724 error = xfs_btree_bload(bmap_cur, &rb->new_bmapbt.bload, rb); in xrep_bmap_btree_load()
751 struct xfs_btree_cur *bmap_cur; in xrep_bmap_build_new_fork() local
777 bmap_cur = xfs_bmbt_init_cursor(sc->mp, NULL, sc->ip, XFS_STAGING_FORK); in xrep_bmap_build_new_fork()
778 xfs_btree_stage_ifakeroot(bmap_cur, ifake); in xrep_bmap_build_new_fork()
790 error = xrep_bmap_btree_load(rb, bmap_cur); in xrep_bmap_build_new_fork()
801 xfs_bmbt_commit_staged_btree(bmap_cur, sc->tp, rb->whichfork); in xrep_bmap_build_new_fork()
802 xfs_btree_del_cursor(bmap_cur, 0); in xrep_bmap_build_new_fork()
817 if (bmap_cur) in xrep_bmap_build_new_fork()
[all...]