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_last_orphan
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
orphan.c
156
NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->
s_last_orphan
);
in ext4_orphan_add()
158
sbi->s_es->
s_last_orphan
= cpu_to_le32(inode->i_ino);
in ext4_orphan_add()
279
sbi->s_es->
s_last_orphan
= cpu_to_le32(ino_next);
in ext4_orphan_del()
393
if (!es->
s_last_orphan
&& !oi->of_blocks) {
in ext4_orphan_cleanup()
413
if (es->
s_last_orphan
&& !(s_flags & SB_RDONLY)) {
in ext4_orphan_cleanup()
416
es->
s_last_orphan
= 0;
in ext4_orphan_cleanup()
456
while (es->
s_last_orphan
) {
in ext4_orphan_cleanup()
463
es->
s_last_orphan
= 0;
in ext4_orphan_cleanup()
467
inode = ext4_orphan_get(sb, le32_to_cpu(es->
s_last_orphan
));
in ext4_orphan_cleanup()
469
es->
s_last_orphan
in ext4_orphan_cleanup()
[all...]
H
A
D
super.c
1171
le32_to_cpu(sbi->s_es->
s_last_orphan
));
in dump_orphan_list()
5359
needs_recovery = (es->
s_last_orphan
!= 0 ||
in __ext4_fill_super()
6615
if (es->
s_last_orphan
|| !ext4_orphan_file_empty(sb)) {
in __ext4_remount()
H
A
D
ext4.h
1351
__le32
s_last_orphan
; /* start of list of inodes to delete */
member
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ext2.h
467
__u32
s_last_orphan
; /* start of list of inodes to delete */
member
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ext2.h
472
__u32
s_last_orphan
; /* start of list of inodes to delete */
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
1122
le32_to_cpu(sbi->s_es->
s_last_orphan
));
in dump_orphan_list()
2994
if (!es->
s_last_orphan
) {
in ext4_orphan_cleanup()
3014
if (es->
s_last_orphan
&& !(s_flags & SB_RDONLY)) {
in ext4_orphan_cleanup()
3017
es->
s_last_orphan
= 0;
in ext4_orphan_cleanup()
3057
while (es->
s_last_orphan
) {
in ext4_orphan_cleanup()
3066
es->
s_last_orphan
= 0;
in ext4_orphan_cleanup()
3070
inode = ext4_orphan_get(sb, le32_to_cpu(es->
s_last_orphan
));
in ext4_orphan_cleanup()
3072
es->
s_last_orphan
= 0;
in ext4_orphan_cleanup()
4767
needs_recovery = (es->
s_last_orphan
!= 0 ||
in ext4_fill_super()
6015
if (es->
s_last_orphan
) {
in ext4_remount()
[all...]
H
A
D
namei.c
3108
NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->
s_last_orphan
);
in ext4_orphan_add()
3110
sbi->s_es->
s_last_orphan
= cpu_to_le32(inode->i_ino);
in ext4_orphan_add()
3196
sbi->s_es->
s_last_orphan
= cpu_to_le32(ino_next);
in ext4_orphan_del()
H
A
D
ext4.h
1352
__le32
s_last_orphan
; /* start of list of inodes to delete */
member
Completed in 62 milliseconds