Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dcommon.c599 xchk_trans_alloc( in xchk_trans_alloc() function
619 return xchk_trans_alloc(sc, resblks); in xchk_setup_fs()
749 error = xchk_trans_alloc(sc, resblks); in xchk_setup_inode_contents()
H A Dinode.c46 return xchk_trans_alloc(sc, 0); in xchk_setup_inode()
54 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode()
H A Dcommon.h34 int xchk_trans_alloc(struct xfs_scrub *sc, uint resblks);
H A Dfscounters.c144 return xchk_trans_alloc(sc, 0); in xchk_setup_fscounters()
H A Dbmap.c73 error = xchk_trans_alloc(sc, 0); in xchk_setup_inode_bmap()