Searched refs:try_lookup_noperm (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/efivarfs/ |
| H A D | super.c | 230 dentry = try_lookup_noperm(&QSTR(name), sb->s_root); in efivarfs_variable_is_present() 425 dentry = try_lookup_noperm(&QSTR(name), sb->s_root); in efivarfs_check_missing()
|
| /linux/fs/xfs/scrub/ |
| H A D | orphanage.c | 444 d_child = try_lookup_noperm(&qname, d_orphanage); in xrep_adoption_check_dcache() 486 d_child = try_lookup_noperm(&qname, d_orphanage); in xrep_adoption_zap_dcache()
|
| /linux/fs/autofs/ |
| H A D | dev-ioctl.c | 435 dentry = try_lookup_noperm(&QSTR_LEN(param->path, path_len), in autofs_dev_ioctl_timeout()
|
| /linux/fs/smb/client/ |
| H A D | readdir.c | 81 dentry = try_lookup_noperm(name, parent); in cifs_prime_dcache()
|
| /linux/net/sunrpc/ |
| H A D | rpc_pipe.c | 1008 return try_lookup_noperm(&QSTR(dir_name), sb->s_root); in rpc_d_lookup_sb()
|
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 2135 selinux_null.dentry = try_lookup_noperm(&null_name, in init_sel_fs()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 1601 struct dentry *child = try_lookup_noperm(name, dir); in fuse_reverse_inval_entry()
|
| /linux/fs/ |
| H A D | namei.c | 3126 * try_lookup_noperm - filesystem helper to lookup single pathname component 3146 struct dentry *try_lookup_noperm(struct qstr *name, struct dentry *base) in try_lookup_noperm() 3156 EXPORT_SYMBOL(try_lookup_noperm); 3223 * - same errors as try_lookup_noperm() or in lookup_one_unlocked() 3335 * Unlike try_lookup_noperm() it *does* revalidate the dentry if it already 3340 * - same errors as try_lookup_noperm() 3368 * - same errors as try_lookup_noperm() 3142 struct dentry *try_lookup_noperm(struct qstr *name, struct dentry *base) try_lookup_noperm() function
|
| /linux/fs/proc/ |
| H A D | base.c | 2130 child = try_lookup_noperm(&qname, dir); in proc_fill_cache()
|