Home
last modified time | relevance | path

Searched refs:try_lookup_noperm (Results 1 – 9 of 9) sorted by relevance

/linux/fs/efivarfs/
H A Dsuper.c230 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 Dorphanage.c444 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 Ddev-ioctl.c435 dentry = try_lookup_noperm(&QSTR_LEN(param->path, path_len), in autofs_dev_ioctl_timeout()
/linux/fs/smb/client/
H A Dreaddir.c81 dentry = try_lookup_noperm(name, parent); in cifs_prime_dcache()
/linux/net/sunrpc/
H A Drpc_pipe.c1008 return try_lookup_noperm(&QSTR(dir_name), sb->s_root); in rpc_d_lookup_sb()
/linux/security/selinux/
H A Dselinuxfs.c2135 selinux_null.dentry = try_lookup_noperm(&null_name, in init_sel_fs()
/linux/fs/fuse/
H A Ddir.c1601 struct dentry *child = try_lookup_noperm(name, dir); in fuse_reverse_inval_entry()
/linux/fs/
H A Dnamei.c3126 * 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 Dbase.c2130 child = try_lookup_noperm(&qname, dir); in proc_fill_cache()