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:EXT2_VALID_FS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
super.c
651
if (!(sbi->s_mount_state &
EXT2_VALID_FS
))
in ext2_setup_super()
1259
* set s_state to
EXT2_VALID_FS
after some corrections.
1273
if (es->s_state & cpu_to_le16(
EXT2_VALID_FS
)) {
in ext2_sync_fs()
1275
es->s_state &= cpu_to_le16(~
EXT2_VALID_FS
);
in ext2_sync_fs()
1287
* Open but unlinked files present? Keep
EXT2_VALID_FS
flag cleared
in ext2_freeze()
1306
/* Just write sb to clear
EXT2_VALID_FS
flag */
in ext2_unfreeze()
1346
if (le16_to_cpu(es->s_state) &
EXT2_VALID_FS
||
in ext2_remount()
1347
!(sbi->s_mount_state &
EXT2_VALID_FS
))
in ext2_remount()
H
A
D
ext2.h
359
#define
EXT2_VALID_FS
0x0001 /* Unmounted cleanly */
macro
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
super.c
646
if (!(sbi->s_mount_state &
EXT2_VALID_FS
))
in ext2_setup_super()
1268
* set s_state to
EXT2_VALID_FS
after some corrections.
1282
if (es->s_state & cpu_to_le16(
EXT2_VALID_FS
)) {
in ext2_sync_fs()
1284
es->s_state &= cpu_to_le16(~
EXT2_VALID_FS
);
in ext2_sync_fs()
1296
* Open but unlinked files present? Keep
EXT2_VALID_FS
flag cleared
in ext2_freeze()
1315
/* Just write sb to clear
EXT2_VALID_FS
flag */
in ext2_unfreeze()
1355
if (le16_to_cpu(es->s_state) &
EXT2_VALID_FS
||
in ext2_remount()
1356
!(sbi->s_mount_state &
EXT2_VALID_FS
))
in ext2_remount()
H
A
D
ext2.h
358
#define
EXT2_VALID_FS
0x0001 /* Unmounted cleanly */
macro
Completed in 7 milliseconds