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:BH_Unwritten
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
buffer_head.h
33
BH_Unwritten
, /* Buffer is allocated on disk but not written */
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
buffer_head.h
32
BH_Unwritten
, /* Buffer is allocated on disk but not written */
enumerator
/kernel/linux/linux-6.6/fs/
H
A
D
buffer.c
1558
1 << BH_Delay | 1 <<
BH_Unwritten
)
/kernel/linux/linux-5.10/fs/
H
A
D
buffer.c
1465
1 << BH_Delay | 1 <<
BH_Unwritten
)
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
f2fs.h
607
#define F2FS_MAP_UNWRITTEN (1 <<
BH_Unwritten
)
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
61
TRACE_DEFINE_ENUM(
BH_Unwritten
);
variable
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4.h
186
#define EXT4_MAP_UNWRITTEN BIT(
BH_Unwritten
)
H
A
D
inode.c
1817
* For unwritten buffer_head we have BH_Mapped, BH_New,
BH_Unwritten
set.
2141
#define BH_FLAGS (BIT(
BH_Unwritten
) | BIT(BH_Delay))
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4.h
253
#define EXT4_MAP_UNWRITTEN BIT(
BH_Unwritten
)
H
A
D
inode.c
1804
* For unwritten buffer_head we have BH_Mapped, BH_New,
BH_Unwritten
set.
1884
#define BH_FLAGS (BIT(
BH_Unwritten
) | BIT(BH_Delay))
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
61
TRACE_DEFINE_ENUM(
BH_Unwritten
);
variable
Completed in 51 milliseconds