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:s_dentry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
dir.c
56
* Set sd->
s_dentry
to null only when this dentry is the one
in configfs_d_iput()
58
* run just after configfs_attach_attr and set sd->
s_dentry
to
in configfs_d_iput()
61
if (sd->
s_dentry
== dentry)
in configfs_d_iput()
62
sd->
s_dentry
= NULL;
in configfs_d_iput()
255
sd->
s_dentry
= dentry;
in configfs_make_dirent()
442
sd->
s_dentry
= dentry;
in configfs_attach_attr()
540
*wait= dget(sd->
s_dentry
);
in configfs_detach_prep()
548
ret = configfs_detach_prep(sd->
s_dentry
, wait);
in configfs_detach_prep()
574
configfs_detach_rollback(sd->
s_dentry
);
in configfs_detach_rollback()
658
child = sd->
s_dentry
;
in detach_groups()
[all...]
H
A
D
inode.c
198
return sd->
s_dentry
->d_name.name;
in configfs_get_name()
214
struct dentry * dentry = sd->
s_dentry
;
in configfs_drop_dentry()
H
A
D
configfs_internal.h
41
struct dentry *
s_dentry
;
member
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
dir.c
54
* Set sd->
s_dentry
to null only when this dentry is the one
in configfs_d_iput()
56
* run just after configfs_lookup and set sd->
s_dentry
to
in configfs_d_iput()
59
if (sd->
s_dentry
== dentry)
in configfs_d_iput()
60
sd->
s_dentry
= NULL;
in configfs_d_iput()
253
sd->
s_dentry
= dentry;
in configfs_make_dirent()
460
sd->
s_dentry
= dentry;
in configfs_lookup()
514
*wait= dget(sd->
s_dentry
);
in configfs_detach_prep()
522
ret = configfs_detach_prep(sd->
s_dentry
, wait);
in configfs_detach_prep()
548
configfs_detach_rollback(sd->
s_dentry
);
in configfs_detach_rollback()
632
child = sd->
s_dentry
;
in detach_groups()
[all...]
H
A
D
inode.c
190
return sd->
s_dentry
->d_name.name;
in configfs_get_name()
206
struct dentry * dentry = sd->
s_dentry
;
in configfs_drop_dentry()
H
A
D
configfs_internal.h
39
struct dentry *
s_dentry
;
member
Completed in 5 milliseconds