Home
last modified time | relevance | path

Searched refs:xfs_lookup (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h557 int xfs_lookup(struct xfs_inode *dp, const struct xfs_name *name,
H A Dxfs_iops.c327 error = xfs_lookup(XFS_I(dir), &name, &cip, NULL); in xfs_vn_lookup()
353 error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name); in xfs_vn_ci_lookup()
H A Dxfs_inode.c533 xfs_lookup( in xfs_lookup() function