Home
last modified time | relevance | path

Searched refs:ci_name (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c655 * Lookups up an inode from "name". If ci_name is not NULL, then a CI match
657 * ci_name->name will point to a the actual name (caller must free) or
660 int xfs_lookup(xfs_inode_t *dp, struct xfs_name *name, xfs_inode_t **ipp, struct xfs_name *ci_name) in xfs_lookup() argument
671 error = xfs_dir_lookup(NULL, dp, name, &inum, ci_name); in xfs_lookup()
684 if (ci_name) { in xfs_lookup()
685 kmem_free(ci_name->name); in xfs_lookup()

Completed in 5 milliseconds