Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Docfs2_fs.h940 struct ocfs2_refcount_block { struct
942 __le16 rf_suballoc_slot; /* Slot suballocator this block
944 __le16 rf_suballoc_bit; /* Bit offset in suballocator
946 __le32 rf_fs_generation; /* Must match superblock */
947 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */
948 __le64 rf_parent; /* Parent block, only valid if
955 __le32 rf_flags; /* See the flags above */
957 __le32 rf_cpos; /* cluster offset in refcount tree.*/
960 __le32 rf_reserved0;
965 /*50*/ __le64 rf_reserved1[6];
[all …]

Completed in 17 milliseconds