Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Docfs2_fs.h702 struct ocfs2_dinode { struct
703 /*00*/ __u8 i_signature[8]; /* Signature for validation */
704 __le32 i_generation; /* Generation number */
705 __le16 i_suballoc_slot; /* Slot suballocator this inode
707 __le16 i_suballoc_bit; /* Bit offset in suballocator
709 /*10*/ __le16 i_links_count_hi; /* High 16 bits of links count */
710 __le16 i_xattr_inline_size;
711 __le32 i_clusters; /* Cluster count */
712 __le32 i_uid; /* Owner UID */
713 __le32 i_gid; /* Owning GID */
[all …]