Searched refs:xfs_dir_lookup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.h | 67 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
|
D | xfs_dir2.c | 427 xfs_dir_lookup( in xfs_dir_lookup() function
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dir_repair.c | 219 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &ino, NULL); in xrep_dir_lookup_parent()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_inode.c | 549 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()
|