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:nat_blk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
node.c
524
struct f2fs_nat_block *
nat_blk
;
in f2fs_get_node_info()
local
568
nat_blk
= (struct f2fs_nat_block *)page_address(page);
in f2fs_get_node_info()
569
ne =
nat_blk
->entries[nid - start_nid];
in f2fs_get_node_info()
2298
struct f2fs_nat_block *
nat_blk
= page_address(nat_page);
in scan_nat_page()
local
2311
blk_addr = le32_to_cpu(
nat_blk
->entries[i].block_addr);
in scan_nat_page()
2847
struct f2fs_nat_block *
nat_blk
= page_address(page);
in __update_nat_bits()
local
2859
if (le32_to_cpu(
nat_blk
->entries[i].block_addr) != NULL_ADDR)
in __update_nat_bits()
2882
struct f2fs_nat_block *
nat_blk
;
in __flush_nat_entry_set()
local
2902
nat_blk
= page_address(page);
in __flush_nat_entry_set()
2903
f2fs_bug_on(sbi, !
nat_blk
);
in __flush_nat_entry_set()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
node.c
553
struct f2fs_nat_block *
nat_blk
;
in f2fs_get_node_info()
local
607
nat_blk
= (struct f2fs_nat_block *)page_address(page);
in f2fs_get_node_info()
608
ne =
nat_blk
->entries[nid - start_nid];
in f2fs_get_node_info()
2385
struct f2fs_nat_block *
nat_blk
= page_address(nat_page);
in scan_nat_page()
local
2398
blk_addr = le32_to_cpu(
nat_blk
->entries[i].block_addr);
in scan_nat_page()
2963
struct f2fs_nat_block *
nat_blk
= page_address(page);
in update_nat_bits()
local
2975
if (le32_to_cpu(
nat_blk
->entries[i].block_addr) != NULL_ADDR)
in update_nat_bits()
3017
struct f2fs_nat_block *
nat_blk
;
in __flush_nat_entry_set()
local
3037
nat_blk
= page_address(page);
in __flush_nat_entry_set()
3038
f2fs_bug_on(sbi, !
nat_blk
);
in __flush_nat_entry_set()
[all...]
Completed in 8 milliseconds