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:EXT4_MAP_NEW
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
indirect.c
648
map->m_flags |=
EXT4_MAP_NEW
;
in ext4_ind_map_blocks()
H
A
D
inode.c
649
if (retval > 0 && map->m_flags &
EXT4_MAP_NEW
) {
in ext4_map_blocks()
679
map->m_flags &
EXT4_MAP_NEW
) {
in ext4_map_blocks()
724
if (map->m_flags &
EXT4_MAP_NEW
&&
in ext4_map_blocks()
856
if (map.m_flags &
EXT4_MAP_NEW
) {
in ext4_getblk()
3354
if (map->m_flags &
EXT4_MAP_NEW
)
in ext4_set_iomap()
H
A
D
ext4.h
184
#define
EXT4_MAP_NEW
BIT(BH_New)
macro
188
#define EXT4_MAP_FLAGS (
EXT4_MAP_NEW
| EXT4_MAP_MAPPED |\
H
A
D
extents.c
3958
map->m_flags |=
EXT4_MAP_NEW
;
in ext4_ext_handle_unwritten_extents()
4380
map->m_flags |= (
EXT4_MAP_NEW
| EXT4_MAP_MAPPED);
in ext4_ext_map_blocks()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
inode.c
625
if (retval > 0 && map->m_flags &
EXT4_MAP_NEW
) {
in ext4_map_blocks()
655
map->m_flags &
EXT4_MAP_NEW
) {
in ext4_map_blocks()
696
if (map->m_flags &
EXT4_MAP_NEW
&&
in ext4_map_blocks()
844
if (map.m_flags &
EXT4_MAP_NEW
) {
in ext4_getblk()
3239
if (map->m_flags &
EXT4_MAP_NEW
)
in ext4_set_iomap()
H
A
D
indirect.c
650
map->m_flags |=
EXT4_MAP_NEW
;
in ext4_ind_map_blocks()
H
A
D
ext4.h
251
#define
EXT4_MAP_NEW
BIT(BH_New)
macro
255
#define EXT4_MAP_FLAGS (
EXT4_MAP_NEW
| EXT4_MAP_MAPPED |\
H
A
D
extents.c
3926
map->m_flags |=
EXT4_MAP_NEW
;
in ext4_ext_handle_unwritten_extents()
4401
map->m_flags |= (
EXT4_MAP_NEW
| EXT4_MAP_MAPPED);
in ext4_ext_map_blocks()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
65
{
EXT4_MAP_NEW
, "N" }, \
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
65
{
EXT4_MAP_NEW
, "N" }, \
Completed in 47 milliseconds