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:ckpt_flags
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
f2fs.h
1849
unsigned int
ckpt_flags
= le32_to_cpu(cp->
ckpt_flags
);
in __is_set_ckpt_flags()
local
1851
return
ckpt_flags
& f;
in __is_set_ckpt_flags()
1861
unsigned int
ckpt_flags
;
in __set_ckpt_flags()
local
1863
ckpt_flags
= le32_to_cpu(cp->
ckpt_flags
);
in __set_ckpt_flags()
1864
ckpt_flags
|= f;
in __set_ckpt_flags()
1865
cp->
ckpt_flags
= cpu_to_le32(
ckpt_flags
);
in __set_ckpt_flags()
1879
unsigned int
ckpt_flags
;
in __clear_ckpt_flags()
local
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
f2fs.h
2043
unsigned int
ckpt_flags
= le32_to_cpu(cp->
ckpt_flags
);
in __is_set_ckpt_flags()
local
2045
return
ckpt_flags
& f;
in __is_set_ckpt_flags()
2055
unsigned int
ckpt_flags
;
in __set_ckpt_flags()
local
2057
ckpt_flags
= le32_to_cpu(cp->
ckpt_flags
);
in __set_ckpt_flags()
2058
ckpt_flags
|= f;
in __set_ckpt_flags()
2059
cp->
ckpt_flags
= cpu_to_le32(
ckpt_flags
);
in __set_ckpt_flags()
2073
unsigned int
ckpt_flags
;
in __clear_ckpt_flags()
local
[all...]
H
A
D
sysfs.c
134
return sysfs_emit(buf, "%x\n", le32_to_cpu(F2FS_CKPT(sbi)->
ckpt_flags
));
in cp_status_show()
/kernel/linux/linux-5.10/include/linux/
H
A
D
f2fs_fs.h
157
__le32
ckpt_flags
; /* Flags : umount and journal_present */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
f2fs_fs.h
198
__le32
ckpt_flags
; /* Flags : umount and journal_present */
member
Completed in 19 milliseconds