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_orphan
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
orphan.c
163
list_add(&EXT4_I(inode)->i_orphan, &sbi->
s_orphan
);
in ext4_orphan_add()
269
if (prev == &sbi->
s_orphan
) {
in ext4_orphan_del()
473
list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->
s_orphan
);
in ext4_orphan_cleanup()
H
A
D
super.c
1174
list_for_each(l, &sbi->
s_orphan
) {
in dump_orphan_list()
1349
if (!list_empty(&sbi->
s_orphan
))
in ext4_put_super()
1351
ASSERT(list_empty(&sbi->
s_orphan
));
in ext4_put_super()
5352
INIT_LIST_HEAD(&sbi->
s_orphan
); /* unlinked but open files */
in __ext4_fill_super()
H
A
D
ext4.h
1534
struct list_head
s_orphan
; /* List of orphaned inodes in on disk
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
1125
list_for_each(l, &sbi->
s_orphan
) {
in dump_orphan_list()
1239
if (!list_empty(&sbi->
s_orphan
))
in ext4_put_super()
1241
J_ASSERT(list_empty(&sbi->
s_orphan
));
in ext4_put_super()
3076
list_add(&EXT4_I(inode)->i_orphan, &EXT4_SB(sb)->
s_orphan
);
in ext4_orphan_cleanup()
4742
INIT_LIST_HEAD(&sbi->
s_orphan
); /* unlinked but open files */
in ext4_fill_super()
H
A
D
namei.c
3115
list_add(&EXT4_I(inode)->i_orphan, &sbi->
s_orphan
);
in ext4_orphan_add()
3187
if (prev == &sbi->
s_orphan
) {
in ext4_orphan_del()
H
A
D
ext4.h
1483
struct list_head
s_orphan
;
member
Completed in 36 milliseconds