Searched refs:lookup_positive_unlocked (Results 1 – 10 of 10) sorted by relevance
/fs/kernfs/ |
D | mount.c | 227 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/fs/smb/client/ |
D | cached_dir.c | 95 child = lookup_positive_unlocked(p, dentry, s - p); in path_to_dentry()
|
D | cifsfs.c | 867 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
/fs/debugfs/ |
D | inode.c | 335 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/fs/cachefiles/ |
D | namei.c | 631 dentry = lookup_positive_unlocked(object->d_name, fan, in cachefiles_look_up_object()
|
/fs/overlayfs/ |
D | namei.c | 681 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh()
|
/fs/nfsd/ |
D | nfs3xdr.c | 1004 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
D | nfs4xdr.c | 3466 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/fs/ |
D | namei.c | 2868 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2873 EXPORT_SYMBOL(lookup_positive_unlocked);
|
/fs/quota/ |
D | dquot.c | 2599 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|