OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUM_JOURNAL_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/include/
f2fs_fs.h
603
#define
SUM_JOURNAL_SIZE
(F2FS_BLKSIZE - SUM_FOOTER_SIZE -\
605
#define NAT_JOURNAL_ENTRIES ((
SUM_JOURNAL_SIZE
- 2) /\
607
#define NAT_JOURNAL_RESERVED ((
SUM_JOURNAL_SIZE
- 2) %\
609
#define SIT_JOURNAL_ENTRIES ((
SUM_JOURNAL_SIZE
- 2) /\
611
#define SIT_JOURNAL_RESERVED ((
SUM_JOURNAL_SIZE
- 2) %\
/external/f2fs-tools/fsck/
mount.c
539
memcpy(&curseg->sum_blk->n_nats, kaddr,
SUM_JOURNAL_SIZE
);
542
memcpy(&curseg->sum_blk->n_sits, kaddr +
SUM_JOURNAL_SIZE
,
543
SUM_JOURNAL_SIZE
);
545
offset = 2 *
SUM_JOURNAL_SIZE
;
[
all
...]
Completed in 749 milliseconds