Searched refs:xfs_dir_lookup (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | parent.c | 219 	error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL);  in xchk_parent_validate()282 	error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &dnum, NULL);  in xchk_parent()
 
 | 
| D | dir.c | 154 	error = xfs_dir_lookup(sdc->sc->tp, ip, &xname, &lookup_ino, NULL);  in xchk_dir_actor()
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_dir2.h | 121 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
 | 
| D | xfs_dir2.c | 333 xfs_dir_lookup(  in xfs_dir_lookup()  function
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_inode.c | 693 	error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name);  in xfs_lookup()
 |