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_Mapped
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
page.c
25
(BIT(BH_Uptodate) | BIT(
BH_Mapped
) | BIT(BH_NILFS_Node) | \
78
(BIT(BH_Uptodate) | BIT(BH_Dirty) | BIT(
BH_Mapped
) |
in nilfs_forget_buffer()
117
bits = sbh->b_state & (BIT(BH_Uptodate) | BIT(
BH_Mapped
));
in nilfs_copy_buffer()
127
if (bits & BIT(
BH_Mapped
))
in nilfs_copy_buffer()
410
(BIT(BH_Uptodate) | BIT(BH_Dirty) | BIT(
BH_Mapped
) |
in nilfs_clear_dirty_page()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
page.c
25
(BIT(BH_Uptodate) | BIT(
BH_Mapped
) | BIT(BH_NILFS_Node) | \
78
(BIT(BH_Uptodate) | BIT(BH_Dirty) | BIT(
BH_Mapped
) |
in nilfs_forget_buffer()
117
bits = sbh->b_state & (BIT(BH_Uptodate) | BIT(
BH_Mapped
));
in nilfs_copy_buffer()
127
if (bits & BIT(
BH_Mapped
))
in nilfs_copy_buffer()
411
(BIT(BH_Uptodate) | BIT(BH_Dirty) | BIT(
BH_Mapped
) |
in nilfs_clear_dirty_page()
/kernel/linux/linux-5.10/fs/erofs/
H
A
D
internal.h
320
#define EROFS_MAP_MAPPED (1 <<
BH_Mapped
)
/kernel/linux/linux-5.10/include/linux/
H
A
D
buffer_head.h
26
BH_Mapped
, /* Has a disk mapping */
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
buffer_head.h
25
BH_Mapped
, /* Has a disk mapping */
enumerator
/kernel/linux/linux-6.6/fs/
H
A
D
buffer.c
1557
(1 <<
BH_Mapped
| 1 << BH_New | 1 << BH_Req | \
/kernel/linux/linux-5.10/fs/
H
A
D
buffer.c
1464
(1 <<
BH_Mapped
| 1 << BH_New | 1 << BH_Req | \
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
f2fs.h
606
#define F2FS_MAP_MAPPED (1 <<
BH_Mapped
)
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
60
TRACE_DEFINE_ENUM(
BH_Mapped
);
variable
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4.h
185
#define EXT4_MAP_MAPPED BIT(
BH_Mapped
)
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4.h
252
#define EXT4_MAP_MAPPED BIT(
BH_Mapped
)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
60
TRACE_DEFINE_ENUM(
BH_Mapped
);
variable
Completed in 37 milliseconds