Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dparent.c233 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent_validate()
296 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent()
Ddir.c169 error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL); in xchk_dir_actor()
/fs/xfs/libxfs/
Dxfs_dir2.h44 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_dir2.c351 xfs_dir_lookup( in xfs_dir_lookup() function
/fs/xfs/
Dxfs_inode.c665 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()