Searched refs:xchk_trans_alloc (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | common.h | 9 int xchk_trans_alloc(struct xfs_scrub *sc, uint resblks); 208 error = xchk_trans_alloc(sc, 0); in xchk_iget_safe()
|
| H A D | common.c | 902 xchk_trans_alloc( in xchk_trans_alloc() function 922 return xchk_trans_alloc(sc, resblks); in xchk_setup_fs() 930 return xchk_trans_alloc(sc, xrep_calc_rtgroup_resblks(sc)); in xchk_setup_rt() 1183 error = xchk_trans_alloc(sc, 0); in xchk_iget_for_scrubbing() 1297 error = xchk_trans_alloc(sc, resblks); in xchk_setup_inode_contents()
|
| H A D | metapath.c | 435 error = xchk_trans_alloc(sc, mpath->link_resblks); in xrep_metapath_try_link() 542 error = xchk_trans_alloc(sc, mpath->unlink_resblks); in xrep_metapath_try_unlink()
|
| H A D | rtbitmap.c | 61 error = xchk_trans_alloc(sc, rtb->resblks); in xchk_setup_rtbitmap()
|
| H A D | rtsummary.c | 76 error = xchk_trans_alloc(sc, rts->resblks); in xchk_setup_rtsummary()
|
| H A D | dir_repair.c | 755 error = xchk_trans_alloc(rd->sc, resblks); in xrep_dir_replay_update() 936 error = xchk_trans_alloc(rd->sc, 0); in xrep_dir_flush_stashed()
|
| H A D | attr_repair.c | 749 error = xchk_trans_alloc(rx->sc, 0); in xrep_xattr_flush_stashed()
|
| H A D | inode_repair.c | 1616 error = xchk_trans_alloc(sc, 0); in xrep_dinode_core()
|