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:i_blocks
(Results
1 - 9
of
9
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
node.h
106
u64 blocks = le64_to_cpu(dn->inode_blk->i.
i_blocks
);
in inc_inode_blocks()
108
dn->inode_blk->i.
i_blocks
= cpu_to_le64(blocks + 1);
in inc_inode_blocks()
H
A
D
fsck.c
699
u64
i_blocks
= le64_to_cpu(node_blk->i.
i_blocks
);
in fsck_chk_inode_blk()
local
876
node_blk->i.
i_blocks
= cpu_to_le64(*blk_cnt);
in fsck_chk_inode_blk()
920
node_blk->i.
i_blocks
= cpu_to_le64(*blk_cnt);
in fsck_chk_inode_blk()
978
&child, (
i_blocks
== *blk_cnt),
in fsck_chk_inode_blk()
1048
if (
i_blocks
!= *blk_cnt) {
in fsck_chk_inode_blk()
1049
ASSERT_MSG("ino: 0x%x has
i_blocks
: %08"PRIx64", "
in fsck_chk_inode_blk()
1051
nid,
i_blocks
, *blk_cnt);
in fsck_chk_inode_blk()
1053
node_blk->i.
i_blocks
= cpu_to_le64(*blk_cnt);
in fsck_chk_inode_blk()
1055
FIX_MSG("[0x%x]
i_blocks
in fsck_chk_inode_blk()
[all...]
H
A
D
dir.c
299
* such as i_current_depth and
i_blocks
.
in f2fs_add_link()
503
node_blk->i.
i_blocks
= cpu_to_le32(blocks);
in init_inode_block()
801
le64_to_cpu(child->i.
i_blocks
),
in f2fs_create()
H
A
D
mkquota.c
305
qsize_t space = (inode->
i_blocks
- 1) * BLOCK_SZ;
in quota_add_inode_usage()
H
A
D
segment.c
688
node_blk->i.
i_blocks
+= cpu_to_le64(cblocks);
in f2fs_build_file()
H
A
D
mount.c
265
DISP_u64(inode,
i_blocks
);
in print_inode_info()
/third_party/icu/tools/unicode/py/
H
A
D
preparseucd.py
1226
i_blocks
= 0
1235
if
i_blocks
< len(_blocks) and start == _blocks[
i_blocks
][0]:
1236
b = _blocks[
i_blocks
]
1239
i_blocks
+= 1
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
1039
__le64
i_blocks
; /* file size in blocks */
member
1702
raw_node->i.
i_blocks
= cpu_to_le64(1);
in f2fs_init_qf_inode()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
1242
raw_node->i.
i_blocks
= cpu_to_le64(2);
in f2fs_write_root_inode()
1391
raw_node->i.
i_blocks
= cpu_to_le64(1 + QUOTA_DATA(qtype));
in f2fs_write_qf_inode()
1561
raw_node->i.
i_blocks
= cpu_to_le64(2);
in f2fs_write_lpf_inode()
Completed in 20 milliseconds