Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h981 struct ocfs2_refcount_block { struct
982 /*00*/ __u8 rf_signature[8]; /* Signature for verification */
983 __le16 rf_suballoc_slot; /* Slot suballocator this block
985 __le16 rf_suballoc_bit; /* Bit offset in suballocator
987 __le32 rf_fs_generation; /* Must match superblock */
988 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */
989 __le64 rf_parent; /* Parent block, only valid if
992 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */
993 __le64 rf_last_eb_blk; /* Pointer to last extent block */
994 /*30*/ __le32 rf_count; /* Number of inodes sharing this
[all …]