Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:d_can_lookup
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
404
static inline bool
d_can_lookup
(const struct dentry *dentry)
in d_can_lookup()
function
416
return
d_can_lookup
(dentry) || d_is_autodir(dentry);
in d_is_dir()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
398
static inline bool
d_can_lookup
(const struct dentry *dentry)
in d_can_lookup()
function
410
return
d_can_lookup
(dentry) || d_is_autodir(dentry);
in d_is_dir()
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
namei.c
351
if (!
d_can_lookup
(cache->graveyard)) {
in cachefiles_bury_object()
581
} else if (!
d_can_lookup
(next)) {
in cachefiles_walk_to_object()
611
} else if (!
d_can_lookup
(next) &&
in cachefiles_walk_to_object()
815
if (!
d_can_lookup
(subdir)) {
in cachefiles_get_directory()
H
A
D
daemon.c
574
if (!
d_can_lookup
(path.dentry))
in cachefiles_daemon_cull()
646
if (!
d_can_lookup
(path.dentry))
in cachefiles_daemon_inuse()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
daemon.c
642
if (!
d_can_lookup
(path.dentry))
in cachefiles_daemon_cull()
713
if (!
d_can_lookup
(path.dentry))
in cachefiles_daemon_inuse()
H
A
D
namei.c
168
if (!
d_can_lookup
(subdir)) {
in cachefiles_get_directory()
318
if (!
d_can_lookup
(cache->graveyard)) {
in cachefiles_bury_object()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
namei.c
251
if (!
d_can_lookup
(this)) {
in ovl_lookup_single()
312
while (!IS_ERR_OR_NULL(base) &&
d_can_lookup
(base)) {
in ovl_lookup_layer()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsfh.c
72
if (mode == S_IFDIR && !
d_can_lookup
(dentry)) {
in nfsd_mode_check()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
namei.c
269
if (!
d_can_lookup
(this)) {
in ovl_lookup_single()
330
while (!IS_ERR_OR_NULL(base) &&
d_can_lookup
(base)) {
in ovl_lookup_layer()
/kernel/linux/linux-5.10/fs/notify/fanotify/
H
A
D
fanotify.c
253
if (!d_is_reg(path->dentry) && !
d_can_lookup
(path->dentry))
in fanotify_group_event_mask()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsfh.c
73
if (mode == S_IFDIR && !
d_can_lookup
(dentry)) {
in nfsd_mode_check()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H
A
D
fanotify.c
316
if (!d_is_reg(path->dentry) && !
d_can_lookup
(path->dentry))
in fanotify_group_event_mask()
/kernel/linux/linux-5.10/fs/
H
A
D
namei.c
2207
if (unlikely(!
d_can_lookup
(nd->path.dentry))) {
in link_path_walk()
2243
if (*s && unlikely(!
d_can_lookup
(root)))
in path_init()
2292
if (*s && unlikely(!
d_can_lookup
(dentry))) {
in path_init()
2360
if (!
d_can_lookup
(nd->path.dentry))
in path_lookupat()
3297
if ((nd->flags & LOOKUP_DIRECTORY) && !
d_can_lookup
(nd->path.dentry))
in do_open()
H
A
D
open.c
521
if (!
d_can_lookup
(f.file->f_path.dentry))
in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/fs/
H
A
D
namei.c
2339
if (unlikely(!
d_can_lookup
(nd->path.dentry))) {
in link_path_walk()
2376
if (*s && unlikely(!
d_can_lookup
(root)))
in path_init()
2425
if (*s && unlikely(!
d_can_lookup
(dentry))) {
in path_init()
2493
if (!
d_can_lookup
(nd->path.dentry))
in path_lookupat()
3617
if ((nd->flags & LOOKUP_DIRECTORY) && !
d_can_lookup
(nd->path.dentry))
in do_open()
H
A
D
open.c
581
if (!
d_can_lookup
(f.file->f_path.dentry))
in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
stash.c
169
if (
d_can_lookup
(child))
in hmdfs_do_vfs_mkdir()
252
return d_is_positive(child) &&
d_can_lookup
(child);
in hmdfs_is_dir()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
stash.c
169
if (
d_can_lookup
(child))
in hmdfs_do_vfs_mkdir()
242
return d_is_positive(child) &&
d_can_lookup
(child);
in hmdfs_is_dir()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
vfs.c
1226
while (
d_can_lookup
(parent_path->dentry)) {
in ksmbd_vfs_kern_path_locked()
Completed in 36 milliseconds