Home
last modified time | relevance | path

Searched defs:ocfs2_extent_block (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/ocfs2/
A Docfs2_fs.h503 struct ocfs2_extent_block struct
505 /*00*/ __u8 h_signature[8]; /* Signature for verification */
506 struct ocfs2_block_check h_check; /* Error checking */
507 /*10*/ __le16 h_suballoc_slot; /* Slot suballocator this
509 __le16 h_suballoc_bit; /* Bit offset in suballocator
511 __le32 h_fs_generation; /* Must match super block */
512 __le64 h_blkno; /* Offset on disk, in blocks */
513 /*20*/ __le64 h_suballoc_loc; /* Suballocator block group this
517 __le64 h_next_leaf_blk; /* Offset on disk, in blocks,
520 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */

Completed in 26 milliseconds