Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dcommon.h159 int xchk_iget(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp);
180 error = xchk_iget(sc, inum, ipp); in xchk_iget_safe()
H A Dparent.c138 error = xchk_iget(sc, parent_ino, &dp); in xchk_parent_validate()
H A Ddir.c128 error = xchk_iget(sc, ino, &ip); in xchk_dir_actor()
H A Dcommon.c731 xchk_iget( in xchk_iget() function