Searched refs:xchk_trans_alloc (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | quotacheck_repair.c | 57 error = xchk_trans_alloc(xqc->sc, 0); in xqcheck_commit_dquot() 255 error = xchk_trans_alloc(sc, 0); in xrep_quotacheck()
|
H A D | rgsuper.c | 26 return xchk_trans_alloc(sc, 0); in xchk_setup_rgsuperblock()
|
H A D | common.h | 9 int xchk_trans_alloc(struct xfs_scrub *sc, uint resblks); 206 error = xchk_trans_alloc(sc, 0); in xchk_iget_safe()
|
H A D | common.c | 887 xchk_trans_alloc( in xchk_trans_alloc() function 907 return xchk_trans_alloc(sc, resblks); in xchk_setup_fs() 915 return xchk_trans_alloc(sc, xrep_calc_rtgroup_resblks(sc)); in xchk_setup_rt() 1168 error = xchk_trans_alloc(sc, 0); in xchk_iget_for_scrubbing() 1282 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 | inode.c | 39 error = xchk_trans_alloc(sc, 0); in xchk_prepare_iscrub() 156 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode()
|
H A D | rtbitmap.c | 61 error = xchk_trans_alloc(sc, rtb->resblks); in xchk_setup_rtbitmap()
|
H A D | tempfile.c | 221 error = xchk_trans_alloc(sc, 0); in xrep_tempfile_adjust_directory_tree() 265 error = xchk_trans_alloc(sc, 0); in xrep_tempfile_remove_metadir()
|
H A D | rtsummary.c | 80 error = xchk_trans_alloc(sc, rts->resblks); in xchk_setup_rtsummary()
|
H A D | dir_repair.c | 751 error = xchk_trans_alloc(rd->sc, resblks); in xrep_dir_replay_update() 932 error = xchk_trans_alloc(rd->sc, 0); in xrep_dir_flush_stashed()
|
H A D | bmap.c | 100 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode_bmap()
|
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()
|