Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dcommon.c588 xchk_trans_alloc( in xchk_trans_alloc() function
608 return xchk_trans_alloc(sc, resblks); in xchk_setup_fs()
738 error = xchk_trans_alloc(sc, resblks); in xchk_setup_inode_contents()
Dcommon.h34 int xchk_trans_alloc(struct xfs_scrub *sc, uint resblks);
Dinode.c56 return xchk_trans_alloc(sc, 0); in xchk_setup_inode()
64 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode()
Dbmap.c81 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode_bmap()