Searched refs:xfs_dir_lookup (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/xfs/scrub/ |
D | parent.c | 234 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()
|
D | dir.c | 157 error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL); in xchk_dir_actor()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_dir2.h | 44 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
|
D | xfs_dir2.c | 339 xfs_dir_lookup( in xfs_dir_lookup() function
|
/Linux-v5.10/fs/xfs/ |
D | xfs_inode.c | 683 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()
|