Searched refs:lookup_positive_unlocked (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | namei.h | 73 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 670 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh() 702 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_lookup_index() 1159 this = lookup_positive_unlocked(name->name, lowerdir, in ovl_lower_positive()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
| /OK3568_Linux_fs/kernel/fs/debugfs/ |
| H A D | inode.c | 306 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 765 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs3xdr.c | 877 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
| H A D | nfs4xdr.c | 3299 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 2698 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2708 EXPORT_SYMBOL(lookup_positive_unlocked);
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | dquot.c | 2507 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|