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:next_in_ino
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
erase.c
214
prev = &ref->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
218
if (!(*prev)->
next_in_ino
) {
in jffs2_remove_node_refs_from_ino_list()
232
*prev = this->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
233
this->
next_in_ino
= NULL;
in jffs2_remove_node_refs_from_ino_list()
241
prev = &((*prev)->
next_in_ino
);
in jffs2_remove_node_refs_from_ino_list()
269
this = this->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
299
ref = ref->
next_in_ino
;
in jffs2_free_jeb_node_refs()
304
if (ref->flash_offset != REF_EMPTY_NODE && ref->
next_in_ino
)
in jffs2_free_jeb_node_refs()
H
A
D
malloc.c
193
ret[i].
next_in_ino
= NULL;
in jffs2_alloc_refblock()
196
ret[i].
next_in_ino
= NULL;
in jffs2_alloc_refblock()
226
p = &ref->
next_in_ino
;
in jffs2_prealloc_raw_node_refs()
237
jeb->last_node->
next_in_ino
);
in jffs2_prealloc_raw_node_refs()
H
A
D
nodelist.h
84
struct jffs2_raw_node_ref *
next_in_ino
; /* Points to the next raw_node_ref
member
107
ref = ref->
next_in_ino
;
in ref_next()
121
while(raw->
next_in_ino
)
in jffs2_raw_ref_to_ic()
122
raw = raw->
next_in_ino
;
in jffs2_raw_ref_to_ic()
146
/* NB: REF_PRISTINE for an inode-less node (ref->
next_in_ino
== NULL) indicates
160
can terminate the raw node refs'
next_in_ino
list -- which
165
NULL to mark the end of the raw_node_ref->
next_in_ino
H
A
D
nodelist.c
513
next = this[REFS_PER_BLOCK].
next_in_ino
;
in jffs2_free_raw_node_refs()
598
ref->
next_in_ino
);
in jffs2_link_node_ref()
602
ref = ref->
next_in_ino
;
in jffs2_link_node_ref()
608
ref->flash_offset, ofs, ref->
next_in_ino
, len);
in jffs2_link_node_ref()
627
ref->
next_in_ino
= ic->nodes;
in jffs2_link_node_ref()
630
ref->
next_in_ino
= NULL;
in jffs2_link_node_ref()
H
A
D
xattr.c
77
for (raw=xd->node; raw != (void *)xd; raw=raw->
next_in_ino
) {
in is_xattr_datum_unchecked()
184
for (raw=xd->node; raw != (void *)xd; raw=raw->
next_in_ino
) {
in do_verify_xattr_datum()
490
for (raw=ref->node; raw != (void *)ref; raw=raw->
next_in_ino
) {
in verify_xattr_ref()
799
BUG_ON(ref->node->
next_in_ino
!= (void *)ref);
in jffs2_build_xattr_subsystem()
800
ref->node->
next_in_ino
= NULL;
in jffs2_build_xattr_subsystem()
816
raw->
next_in_ino
= tmp->node;
in jffs2_build_xattr_subsystem()
819
raw->
next_in_ino
= tmp->node->
next_in_ino
;
in jffs2_build_xattr_subsystem()
820
tmp->node->
next_in_ino
= raw;
in jffs2_build_xattr_subsystem()
1271
if (is_xattr_ref_dead(ref) && (raw->
next_in_ino
in jffs2_garbage_collect_xattr_ref()
[all...]
H
A
D
nodemgmt.c
470
!jeb->first_node->
next_in_ino
) {
in jffs2_do_reserve_space()
803
if (ref->
next_in_ino
) {
in jffs2_mark_node_obsolete()
810
for (p = &ic->nodes; (*p) != ref; p = &((*p)->
next_in_ino
))
in jffs2_mark_node_obsolete()
813
*p = ref->
next_in_ino
;
in jffs2_mark_node_obsolete()
814
ref->
next_in_ino
= NULL;
in jffs2_mark_node_obsolete()
H
A
D
wbuf.c
480
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
486
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
494
(*p) = (raw->
next_in_ino
);
in jffs2_wbuf_recover()
495
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
498
p = &((*p)->
next_in_ino
);
in jffs2_wbuf_recover()
542
BUG_ON(raw->
next_in_ino
);
in jffs2_wbuf_recover()
H
A
D
summary.c
510
raw->
next_in_ino
= xd->node->
next_in_ino
;
in jffs2_sum_process_sum_data()
511
xd->node->
next_in_ino
= raw;
in jffs2_sum_process_sum_data()
H
A
D
build.c
253
struct jffs2_raw_node_ref *next = raw->
next_in_ino
;
in jffs2_build_remove_unlinked_inode()
H
A
D
readinode.c
570
while (ref && ref->
next_in_ino
) {
in jffs2_first_valid_node()
574
ref = ref->
next_in_ino
;
in jffs2_first_valid_node()
1013
valid_ref = jffs2_first_valid_node(ref->
next_in_ino
);
in jffs2_get_inode_nodes()
H
A
D
scan.c
367
raw->
next_in_ino
= xd->node->
next_in_ino
;
in jffs2_scan_xattr_node()
368
xd->node->
next_in_ino
= raw;
in jffs2_scan_xattr_node()
H
A
D
gc.c
313
if (!raw->
next_in_ino
) {
in jffs2_garbage_collect_pass()
924
for (raw = f->inocache->nodes; raw != (void *)f->inocache; raw = raw->
next_in_ino
) {
in jffs2_garbage_collect_deletion_dirent()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
erase.c
212
prev = &ref->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
216
if (!(*prev)->
next_in_ino
) {
in jffs2_remove_node_refs_from_ino_list()
230
*prev = this->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
231
this->
next_in_ino
= NULL;
in jffs2_remove_node_refs_from_ino_list()
239
prev = &((*prev)->
next_in_ino
);
in jffs2_remove_node_refs_from_ino_list()
267
this = this->
next_in_ino
;
in jffs2_remove_node_refs_from_ino_list()
297
ref = ref->
next_in_ino
;
in jffs2_free_jeb_node_refs()
302
if (ref->flash_offset != REF_EMPTY_NODE && ref->
next_in_ino
)
in jffs2_free_jeb_node_refs()
H
A
D
malloc.c
193
ret[i].
next_in_ino
= NULL;
in jffs2_alloc_refblock()
196
ret[i].
next_in_ino
= NULL;
in jffs2_alloc_refblock()
226
p = &ref->
next_in_ino
;
in jffs2_prealloc_raw_node_refs()
237
jeb->last_node->
next_in_ino
);
in jffs2_prealloc_raw_node_refs()
H
A
D
nodelist.h
84
struct jffs2_raw_node_ref *
next_in_ino
; /* Points to the next raw_node_ref
member
107
ref = ref->
next_in_ino
;
in ref_next()
121
while(raw->
next_in_ino
)
in jffs2_raw_ref_to_ic()
122
raw = raw->
next_in_ino
;
in jffs2_raw_ref_to_ic()
146
/* NB: REF_PRISTINE for an inode-less node (ref->
next_in_ino
== NULL) indicates
160
can terminate the raw node refs'
next_in_ino
list -- which
165
NULL to mark the end of the raw_node_ref->
next_in_ino
H
A
D
nodelist.c
513
next = this[REFS_PER_BLOCK].
next_in_ino
;
in jffs2_free_raw_node_refs()
598
ref->
next_in_ino
);
in jffs2_link_node_ref()
602
ref = ref->
next_in_ino
;
in jffs2_link_node_ref()
608
ref->flash_offset, ofs, ref->
next_in_ino
, len);
in jffs2_link_node_ref()
627
ref->
next_in_ino
= ic->nodes;
in jffs2_link_node_ref()
630
ref->
next_in_ino
= NULL;
in jffs2_link_node_ref()
H
A
D
xattr.c
77
for (raw=xd->node; raw != (void *)xd; raw=raw->
next_in_ino
) {
in is_xattr_datum_unchecked()
184
for (raw=xd->node; raw != (void *)xd; raw=raw->
next_in_ino
) {
in do_verify_xattr_datum()
490
for (raw=ref->node; raw != (void *)ref; raw=raw->
next_in_ino
) {
in verify_xattr_ref()
799
BUG_ON(ref->node->
next_in_ino
!= (void *)ref);
in jffs2_build_xattr_subsystem()
800
ref->node->
next_in_ino
= NULL;
in jffs2_build_xattr_subsystem()
816
raw->
next_in_ino
= tmp->node;
in jffs2_build_xattr_subsystem()
819
raw->
next_in_ino
= tmp->node->
next_in_ino
;
in jffs2_build_xattr_subsystem()
820
tmp->node->
next_in_ino
= raw;
in jffs2_build_xattr_subsystem()
1270
if (is_xattr_ref_dead(ref) && (raw->
next_in_ino
in jffs2_garbage_collect_xattr_ref()
[all...]
H
A
D
nodemgmt.c
470
!jeb->first_node->
next_in_ino
) {
in jffs2_do_reserve_space()
803
if (ref->
next_in_ino
) {
in jffs2_mark_node_obsolete()
810
for (p = &ic->nodes; (*p) != ref; p = &((*p)->
next_in_ino
))
in jffs2_mark_node_obsolete()
813
*p = ref->
next_in_ino
;
in jffs2_mark_node_obsolete()
814
ref->
next_in_ino
= NULL;
in jffs2_mark_node_obsolete()
H
A
D
wbuf.c
480
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
486
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
494
(*p) = (raw->
next_in_ino
);
in jffs2_wbuf_recover()
495
raw->
next_in_ino
= NULL;
in jffs2_wbuf_recover()
498
p = &((*p)->
next_in_ino
);
in jffs2_wbuf_recover()
542
BUG_ON(raw->
next_in_ino
);
in jffs2_wbuf_recover()
H
A
D
summary.c
510
raw->
next_in_ino
= xd->node->
next_in_ino
;
in jffs2_sum_process_sum_data()
511
xd->node->
next_in_ino
= raw;
in jffs2_sum_process_sum_data()
H
A
D
build.c
253
struct jffs2_raw_node_ref *next = raw->
next_in_ino
;
in jffs2_build_remove_unlinked_inode()
H
A
D
readinode.c
570
while (ref && ref->
next_in_ino
) {
in jffs2_first_valid_node()
574
ref = ref->
next_in_ino
;
in jffs2_first_valid_node()
1013
valid_ref = jffs2_first_valid_node(ref->
next_in_ino
);
in jffs2_get_inode_nodes()
H
A
D
scan.c
367
raw->
next_in_ino
= xd->node->
next_in_ino
;
in jffs2_scan_xattr_node()
368
xd->node->
next_in_ino
= raw;
in jffs2_scan_xattr_node()
H
A
D
gc.c
313
if (!raw->
next_in_ino
) {
in jffs2_garbage_collect_pass()
924
for (raw = f->inocache->nodes; raw != (void *)f->inocache; raw = raw->
next_in_ino
) {
in jffs2_garbage_collect_deletion_dirent()
Completed in 29 milliseconds