Searched refs:lookup_positive_unlocked (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
A D | namei.h | 70 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
|
/linux/fs/overlayfs/ |
A D | namei.c | 675 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_get_index_fh() 707 index = lookup_positive_unlocked(name.name, ofs->indexdir, name.len); in ovl_lookup_index() 1166 this = lookup_positive_unlocked(name->name, lowerdir, in ovl_lower_positive()
|
/linux/fs/kernfs/ |
A D | mount.c | 226 dtmp = lookup_positive_unlocked(kntmp->name, dentry, in kernfs_node_dentry()
|
/linux/fs/debugfs/ |
A D | inode.c | 310 dentry = lookup_positive_unlocked(name, parent, strlen(name)); in debugfs_lookup()
|
/linux/fs/nfsd/ |
A D | nfs3xdr.c | 1079 dchild = lookup_positive_unlocked(name, dparent, namlen); in compose_entry_fh()
|
A D | nfs4xdr.c | 3413 dentry = lookup_positive_unlocked(name, cd->rd_fhp->fh_dentry, namlen); in nfsd4_encode_dirent_fattr()
|
/linux/fs/cifs/ |
A D | cifsfs.c | 798 child = lookup_positive_unlocked(p, dentry, s - p); in cifs_get_root()
|
/linux/fs/ |
A D | namei.c | 2758 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked() function 2768 EXPORT_SYMBOL(lookup_positive_unlocked);
|
/linux/fs/quota/ |
A D | dquot.c | 2490 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()
|
/linux/ |
A D | vmlinux.symvers | 8190 0x00000000 lookup_positive_unlocked vmlinux EXPORT_SYMBOL
|
A D | System.map | 8773 ffff800010257ac0 T lookup_positive_unlocked
|
A D | .tmp_System.map | 8773 ffff800010257ac0 T lookup_positive_unlocked
|
Completed in 332 milliseconds