Lines Matching full:blocks
34 __u32 s_block_count; /* blocks count */
35 __u32 s_free_blocks; /* free blocks count */
40 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
42 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
51 __u16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */
82 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
90 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
91 …char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, k…
97 fully flushed means all the log blocks and all the real blocks are
109 /* magic string to find desc blocks in the journal */
291 __u32 sd_blocks; /* number of blocks file uses */
313 address blocks) */
449 unsigned int blocks[MAX_HEIGHT]; member
453 /* The cached s+tree blocks in FSYS_BUF, see below
471 * blocks followed by the real block numbers of this transaction.