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_is_reg
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
424
static inline bool
d_is_reg
(const struct dentry *dentry)
in d_is_reg()
function
436
return
d_is_reg
(dentry) || d_is_special(dentry);
in d_is_file()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
418
static inline bool
d_is_reg
(const struct dentry *dentry)
in d_is_reg()
function
430
return
d_is_reg
(dentry) || d_is_special(dentry);
in d_is_file()
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
interface.c
455
ASSERT(
d_is_reg
(object->backer));
in cachefiles_attr_changed()
518
ASSERT(
d_is_reg
(object->backer));
in cachefiles_invalidate_object()
H
A
D
namei.c
612
!
d_is_reg
(next)
in cachefiles_walk_to_object()
688
if (
d_is_reg
(object->dentry)) {
in cachefiles_walk_to_object()
H
A
D
rdwr.c
903
ASSERT(
d_is_reg
(object->backer));
in cachefiles_write_page()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_uprobe.c
593
if (!
d_is_reg
(path.dentry)) {
in trace_uprobe_create()
1598
if (!
d_is_reg
(path.dentry)) {
in create_local_trace_uprobe()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
namei.c
262
if (last_element && d->metacopy && !
d_is_reg
(this)) {
in ovl_lookup_single()
380
if (!
d_is_reg
(datapath->dentry))
in ovl_lookup_data_layer()
H
A
D
super.c
41
if (!
d_is_reg
(dentry)) {
in ovl_d_real()
H
A
D
util.c
1193
if (!
d_is_reg
(dentry))
in ovl_is_metacopy_dentry()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_uprobe.c
588
if (!
d_is_reg
(path.dentry)) {
in __trace_uprobe_create()
1591
if (!
d_is_reg
(path.dentry)) {
in create_local_trace_uprobe()
/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-5.10/fs/debugfs/
H
A
D
inode.c
720
if (
d_is_reg
(victim))
in remove_one()
H
A
D
file.c
92
if (WARN_ON(!
d_is_reg
(dentry)))
in debugfs_file_get()
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
util.c
898
if (!
d_is_reg
(dentry))
in ovl_is_metacopy_dentry()
H
A
D
namei.c
247
if (last_element && d->metacopy && !
d_is_reg
(this)) {
in ovl_lookup_single()
/kernel/linux/linux-6.6/fs/debugfs/
H
A
D
inode.c
753
if (
d_is_reg
(victim))
in remove_one()
H
A
D
file.c
92
if (WARN_ON(!
d_is_reg
(dentry)))
in debugfs_file_get()
/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-6.6/fs/cachefiles/
H
A
D
namei.c
645
if (!
d_is_reg
(dentry)) {
in cachefiles_look_up_object()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
vfs.c
680
if (
d_is_reg
(dentry))
in nfsd_access()
1449
if (!
d_is_reg
(dchild))
in do_nfsd_create()
/kernel/linux/linux-5.10/fs/9p/
H
A
D
vfs_inode.c
1080
if (
d_is_reg
(dentry))
in v9fs_vfs_setattr()
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
inode.c
911
else if (
d_is_reg
(dentry)
in ecryptfs_setattr()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs3proc.c
289
if (!
d_is_reg
(child))
in nfsd3_create_file()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_inode.c
1098
if (
d_is_reg
(dentry)) {
in v9fs_vfs_setattr()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
inode.c
917
else if (
d_is_reg
(dentry)
in ecryptfs_setattr()
Completed in 37 milliseconds
1
2