OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_addr
(Results
1 - 7
of
7
) sorted by null
/external/f2fs-tools/fsck/
fsck.c
421
if (le32_to_cpu(node_blk->i.
i_addr
[0]) != 0) {
424
le32_to_cpu(node_blk->i.
i_addr
[0]));
425
node_blk->i.
i_addr
[0] = 0;
433
if (memcmp(buf, &node_blk->i.
i_addr
[1],
469
if (le32_to_cpu(node_blk->i.
i_addr
[idx]) != 0) {
471
le32_to_cpu(node_blk->i.
i_addr
[idx]),
478
node_blk->i.
i_addr
[idx] = 0;
480
FIX_MSG("[0x%x]
i_addr
[%d] = 0", nid, idx);
mount.c
60
DISP_u32(inode,
i_addr
[0]); /* Pointers to data blocks */
61
DISP_u32(inode,
i_addr
[1]); /* Pointers to data blocks */
62
DISP_u32(inode,
i_addr
[2]); /* Pointers to data blocks */
63
DISP_u32(inode,
i_addr
[3]); /* Pointers to data blocks */
66
if (inode->
i_addr
[i] != 0x0) {
67
printf("
i_addr
[0x%x] points data block\r\t\t[0x%4x]\n",
68
i, inode->
i_addr
[i]);
[
all
...]
f2fs.h
197
return (void *)&(node_blk->i.
i_addr
[1]);
dump.c
209
le32_to_cpu(node_blk->i.
i_addr
[i]));
/development/scripts/
symbol.py
310
i_addr
= int(addr, 16)
312
if
i_addr
== i_target:
/external/f2fs-tools/include/
f2fs_fs.h
474
__le32
i_addr
[DEF_ADDRS_PER_INODE]; /* Pointers to data blocks */
member in struct:f2fs_inode
/external/f2fs-tools/mkfs/
f2fs_format.c
767
raw_node->i.
i_addr
[0] = cpu_to_le32(data_blk_nor);
Completed in 1126 milliseconds