OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sum_blk
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
dump.c
68
struct f2fs_summary_block
sum_blk
;
local
83
ret = get_sum_block(sbi, segno, &
sum_blk
);
111
le32_to_cpu(
sum_blk
.entries[i].nid));
f2fs.h
104
struct f2fs_summary_block *
sum_blk
; /* cached summary block */
member in struct:curseg_info
mount.c
559
sum_footer = &(curseg->
sum_blk
->footer);
584
memcpy(&curseg->
sum_blk
->n_nats, kaddr, SUM_JOURNAL_SIZE);
587
memcpy(&curseg->
sum_blk
->n_sits, kaddr + SUM_JOURNAL_SIZE,
605
curseg->
sum_blk
->entries[j] = *s;
620
unsigned int segno, struct f2fs_summary_block *
sum_blk
)
633
sum_entry = &
sum_blk
->entries[0];
647
struct f2fs_summary_block *
sum_blk
;
local
669
sum_blk
= (struct f2fs_summary_block *)malloc(PAGE_SIZE);
670
ret = dev_read_block(
sum_blk
, blk_addr);
674
restore_node_summary(sbi, segno,
sum_blk
);
874
struct f2fs_summary_block *
sum_blk
;
local
[
all
...]
Completed in 32 milliseconds