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:m_next_pgofs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
data.c
1540
if (map->
m_next_pgofs
)
in f2fs_map_no_dnode()
1541
*map->
m_next_pgofs
= f2fs_get_next_page_offset(dn, pgoff);
in f2fs_map_no_dnode()
1701
if (map->
m_next_pgofs
)
in f2fs_map_blocks()
1702
*map->
m_next_pgofs
= pgofs + 1;
in f2fs_map_blocks()
1708
if (map->
m_next_pgofs
)
in f2fs_map_blocks()
1709
*map->
m_next_pgofs
= pgofs + 1;
in f2fs_map_blocks()
1846
map.
m_next_pgofs
= NULL;
in f2fs_overwrite_io()
2020
map.
m_next_pgofs
= &next_pgofs;
in f2fs_fiemap()
2430
map.
m_next_pgofs
= NULL;
in f2fs_mpage_readpages()
3889
map.
m_next_pgofs
in f2fs_bmap()
[all...]
H
A
D
file.c
1676
struct f2fs_map_blocks map = { .
m_next_pgofs
= NULL,
in f2fs_expand_inode_data()
2617
map.
m_next_pgofs
= &next_pgofs;
in f2fs_defragment_range()
3257
map.
m_next_pgofs
= NULL;
in f2fs_precache_extents()
H
A
D
f2fs.h
697
pgoff_t *
m_next_pgofs
; /* point next possible non-hole pgofs */
member
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
data.c
1450
map.
m_next_pgofs
= NULL;
in f2fs_preallocate_blocks()
1575
if (map->
m_next_pgofs
)
in f2fs_map_blocks()
1576
*map->
m_next_pgofs
=
in f2fs_map_blocks()
1641
if (map->
m_next_pgofs
)
in f2fs_map_blocks()
1642
*map->
m_next_pgofs
= pgofs + 1;
in f2fs_map_blocks()
1647
if (map->
m_next_pgofs
)
in f2fs_map_blocks()
1648
*map->
m_next_pgofs
= pgofs + 1;
in f2fs_map_blocks()
1758
map.
m_next_pgofs
= NULL;
in f2fs_overwrite_io()
1783
map.
m_next_pgofs
= next_pgofs;
in __get_data_block()
2409
map.
m_next_pgofs
in f2fs_mpage_readpages()
[all...]
H
A
D
file.c
1621
struct f2fs_map_blocks map = { .
m_next_pgofs
= NULL,
in expand_inode_data()
2628
map.
m_next_pgofs
= &next_pgofs;
in f2fs_defragment_range()
3324
map.
m_next_pgofs
= NULL;
in f2fs_precache_extents()
H
A
D
f2fs.h
616
pgoff_t *
m_next_pgofs
; /* point next possible non-hole pgofs */
member
Completed in 36 milliseconds