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

/linux-master/fs/xfs/scrub/
H A Dcommon.h154 int xchk_iget(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp);
161 * Safe version of (untrusted) xchk_iget that uses an empty transaction to
175 error = xchk_iget(sc, inum, ipp);
H A Dfindparent.c383 error = xchk_iget(sc, *parent_ino, &fpi.dp);
H A Dparent.c156 error = xchk_iget(sc, parent_ino, &dp);
414 error = xchk_iget(sc, parent_ino, &ip);
H A Dagheader_repair.c1046 error = xchk_iget(ragi->sc, ino, &ip);
1281 error = xchk_iget(ragi->sc,
1550 error = xchk_iget(sc, ino, &ip);
1612 error = xchk_iget(sc, ino, &ip);
H A Ddir.c281 error = xchk_iget(sc, ino, &ip);
972 error = xchk_iget(sc, dirent->ino, &ip);
H A Ddirtree.c374 error = xchk_iget(sc, parent_ino, &dp);
H A Ddirtree_repair.c522 error = xchk_iget(sc, be64_to_cpu(step.pptr_rec.p_ino), &dp);
H A Dcommon.c779 xchk_iget( function
H A Dinode_repair.c1414 iget_error = xchk_iget(sc, ino, &sc->ip);
H A Ddir_repair.c414 error = xchk_iget(sc, ino, &ip);

Completed in 164 milliseconds