Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Docfs2_fs.h662 struct ocfs2_dinode { struct
663 /*00*/ __u8 i_signature[8]; /* Signature for validation */
664 __le32 i_generation; /* Generation number */
665 __le16 i_suballoc_slot; /* Slot suballocator this inode
667 __le16 i_suballoc_bit; /* Bit offset in suballocator
669 /*10*/ __le16 i_links_count_hi; /* High 16 bits of links count */
670 __le16 i_xattr_inline_size;
671 __le32 i_clusters; /* Cluster count */
672 __le32 i_uid; /* Owner UID */
673 __le32 i_gid; /* Owning GID */
[all …]