Searched defs:ocfs2_dinode (Results 1 – 1 of 1) sorted by relevance
675 struct ocfs2_dinode { struct676 /*00*/ __u8 i_signature[8]; /* Signature for validation */677 __le32 i_generation; /* Generation number */678 __le16 i_suballoc_slot; /* Slot suballocator this inode680 __le16 i_suballoc_bit; /* Bit offset in suballocator682 /*10*/ __le16 i_reserved0;683 __le16 i_xattr_inline_size;684 __le32 i_clusters; /* Cluster count */685 __le32 i_uid; /* Owner UID */686 __le32 i_gid; /* Owning GID */[all …]