Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/scrub/
Dparent.c234 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent_validate()
297 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL); in xchk_parent()
Ddir.c157 error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL); in xchk_dir_actor()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_dir2.h44 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_dir2.c339 xfs_dir_lookup( in xfs_dir_lookup() function
/Linux-v5.10/fs/xfs/
Dxfs_inode.c683 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()