Home
last modified time | relevance | path

Searched refs:d_add_ci (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera41 d_add_ci
H A Dabi_gki_aarch64_asus45 d_add_ci
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dnamei.c244 dent = d_add_ci(dent, dent_inode, &nls_name); in ntfs_lookup()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h252 extern struct dentry * d_add_ci(struct dentry *, struct inode *, struct qstr *);
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c2152 struct dentry *d_add_ci(struct dentry *dentry, struct inode *inode, in d_add_ci() function
2187 EXPORT_SYMBOL_NS(d_add_ci, ANDROID_GKI_VFS_EXPORT_ONLY);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iops.c312 dentry = d_add_ci(dentry, VFS_I(ip), &dname); in xfs_vn_ci_lookup()