Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h67 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_dir2.c427 xfs_dir_lookup( in xfs_dir_lookup() function
/linux-6.12.1/fs/xfs/scrub/
Ddir_repair.c219 error = xfs_dir_lookup(sc->tp, sc->ip, &xfs_name_dotdot, &ino, NULL); in xrep_dir_lookup_parent()
/linux-6.12.1/fs/xfs/
Dxfs_inode.c549 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()