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:n_nats
(Results
1 - 4
of
4
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
1529
MSG(0, "\tError: f2fs_init_nid_bitmap truncate
n_nats
(%u) to "
in f2fs_early_init_nid_bitmap()
1532
journal->
n_nats
= cpu_to_le16(NAT_JOURNAL_ENTRIES);
in f2fs_early_init_nid_bitmap()
1542
journal->
n_nats
= cpu_to_le16(i);
in f2fs_early_init_nid_bitmap()
1550
journal->
n_nats
= cpu_to_le16(i);
in f2fs_early_init_nid_bitmap()
1927
memcpy(&curseg->sum_blk->journal.
n_nats
, kaddr, SUM_JOURNAL_SIZE);
in read_compacted_summaries()
2698
journal->
n_nats
= 0;
in flush_nat_journal_entries()
2721
int
n_nats
= flush_nat_journal_entries(sbi);
in flush_journal_entries()
local
2724
if (
n_nats
|| n_sits)
in flush_journal_entries()
2986
CURSEG_I(sbi, i)->sum_blk->journal.
n_nats
= 0;
in zero_journal_entries()
H
A
D
f2fs.h
503
#define nats_in_cursum(jnl) (le16_to_cpu(jnl->
n_nats
))
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
869
journal->
n_nats
= cpu_to_le16(1 + c.quota_inum + c.lpf_inum);
in f2fs_write_check_point_pack()
900
memcpy(sum_compact_p, &journal->
n_nats
, SUM_JOURNAL_SIZE);
in f2fs_write_check_point_pack()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
1311
__le16
n_nats
;
member
Completed in 12 milliseconds