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:lpf_ino
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
535
c.
lpf_ino
= c.next_free_nid++;
in f2fs_prepare_super_block()
891
journal->nat_j.entries[i].nid = cpu_to_le32(c.
lpf_ino
);
in f2fs_write_check_point_pack()
893
journal->nat_j.entries[i].ne.ino = cpu_to_le32(c.
lpf_ino
);
in f2fs_write_check_point_pack()
982
(sum_entry + off)->nid = cpu_to_le32(c.
lpf_ino
);
in f2fs_write_check_point_pack()
1012
sum->entries[i].nid = cpu_to_le32(c.
lpf_ino
);
in f2fs_write_check_point_pack()
1233
if (c.
lpf_ino
)
in f2fs_write_root_inode()
1343
if (c.
lpf_ino
)
in f2fs_write_default_quota()
1349
if (c.
lpf_ino
)
in f2fs_write_default_quota()
1500
dent_blk->dentry[0].ino = cpu_to_le32(c.
lpf_ino
);
in f2fs_add_default_dentry_lpf()
1538
ASSERT(c.
lpf_ino
);
in f2fs_write_lpf_inode()
[all...]
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
2635
nid_t
lpf_ino
;
in fsck_get_lpf()
local
2646
lpf_ino
= f2fs_lookup(sbi, node, (u8 *)LPF, strlen(LPF));
in fsck_get_lpf()
2647
if (
lpf_ino
) { /* found */
in fsck_get_lpf()
2648
get_node_info(sbi,
lpf_ino
, &ni);
in fsck_get_lpf()
2652
lpf_ino
, ni.blk_addr);
in fsck_get_lpf()
2685
c.
lpf_ino
= le32_to_cpu(node->footer.ino);
in fsck_get_lpf()
2724
fnode->i.i_pino = c.
lpf_ino
;
in fsck_do_reconnect_file()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
538
uint32_t
lpf_ino
;
member
Completed in 10 milliseconds