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:scan_dents
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
build.c
61
for(fd = ic->
scan_dents
; fd; fd = fd->next) {
in jffs2_build_inode_pass1()
90
/* Can't free
scan_dents
so far. We might need them in pass 2 */
in jffs2_build_inode_pass1()
124
if (ic->
scan_dents
) {
in jffs2_build_filesystem()
179
while(ic->
scan_dents
) {
in jffs2_build_filesystem()
180
fd = ic->
scan_dents
;
in jffs2_build_filesystem()
181
ic->
scan_dents
= fd->next;
in jffs2_build_filesystem()
211
ic->
scan_dents
= NULL;
in jffs2_build_filesystem()
230
while(ic->
scan_dents
) {
in jffs2_build_filesystem()
231
fd = ic->
scan_dents
;
in jffs2_build_filesystem()
232
ic->
scan_dents
in jffs2_build_filesystem()
[all...]
H
A
D
nodelist.h
163
struct jffs2_full_dirent *
scan_dents
; /* Used during scan to hold
member
H
A
D
summary.c
482
jffs2_add_fd_to_list(c, fd, &ic->
scan_dents
);
in jffs2_sum_process_sum_data()
H
A
D
scan.c
1111
jffs2_add_fd_to_list(c, fd, &ic->
scan_dents
);
in jffs2_scan_dirent_node()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
build.c
61
for(fd = ic->
scan_dents
; fd; fd = fd->next) {
in jffs2_build_inode_pass1()
90
/* Can't free
scan_dents
so far. We might need them in pass 2 */
in jffs2_build_inode_pass1()
124
if (ic->
scan_dents
) {
in jffs2_build_filesystem()
179
while(ic->
scan_dents
) {
in jffs2_build_filesystem()
180
fd = ic->
scan_dents
;
in jffs2_build_filesystem()
181
ic->
scan_dents
= fd->next;
in jffs2_build_filesystem()
211
ic->
scan_dents
= NULL;
in jffs2_build_filesystem()
230
while(ic->
scan_dents
) {
in jffs2_build_filesystem()
231
fd = ic->
scan_dents
;
in jffs2_build_filesystem()
232
ic->
scan_dents
in jffs2_build_filesystem()
[all...]
H
A
D
nodelist.h
163
struct jffs2_full_dirent *
scan_dents
; /* Used during scan to hold
member
H
A
D
summary.c
482
jffs2_add_fd_to_list(c, fd, &ic->
scan_dents
);
in jffs2_sum_process_sum_data()
H
A
D
scan.c
1111
jffs2_add_fd_to_list(c, fd, &ic->
scan_dents
);
in jffs2_scan_dirent_node()
Completed in 8 milliseconds