Lines Matching defs:ocfs2_refcount_block
942 struct ocfs2_refcount_block { struct
943 /*00*/ __u8 rf_signature[8]; /* Signature for verification */
944 __le16 rf_suballoc_slot; /* Slot suballocator this block
946 __le16 rf_suballoc_bit; /* Bit offset in suballocator
948 __le32 rf_fs_generation; /* Must match superblock */
949 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */
950 __le64 rf_parent; /* Parent block, only valid if
953 /*20*/ struct ocfs2_block_check rf_check; /* Error checking */
954 __le64 rf_last_eb_blk; /* Pointer to last extent block */
955 /*30*/ __le32 rf_count; /* Number of inodes sharing this
957 __le32 rf_flags; /* See the flags above */
958 __le32 rf_clusters; /* clusters covered by refcount tree. */
959 __le32 rf_cpos; /* cluster offset in refcount tree.*/
960 /*40*/ __le32 rf_generation; /* generation number. all be the same
962 __le32 rf_reserved0;
963 __le64 rf_suballoc_loc; /* Suballocator block group this
967 /*50*/ __le64 rf_reserved1[6];
968 /*80*/ union {