Searched refs:xchk_iget (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dcommon.h178 int xchk_iget(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp);
185 * Safe version of (untrusted) xchk_iget that uses an empty transaction to
199 error = xchk_iget(sc, inum, ipp);
H A Dparent.c138 error = xchk_iget(sc, parent_ino, &dp);
H A Ddir.c130 error = xchk_iget(sc, ino, &ip);
H A Dcommon.c777 xchk_iget( function
H A Dinode_repair.c1349 iget_error = xchk_iget(sc, ino, &sc->ip);

Completed in 121 milliseconds