Lines Matching defs:ocfs2_dinode
693 struct ocfs2_dinode { struct
694 /*00*/ __u8 i_signature[8]; /* Signature for validation */
695 __le32 i_generation; /* Generation number */
696 __le16 i_suballoc_slot; /* Slot suballocator this inode
698 __le16 i_suballoc_bit; /* Bit offset in suballocator
700 /*10*/ __le16 i_links_count_hi; /* High 16 bits of links count */
701 __le16 i_xattr_inline_size;
702 __le32 i_clusters; /* Cluster count */
703 __le32 i_uid; /* Owner UID */
704 __le32 i_gid; /* Owning GID */
705 /*20*/ __le64 i_size; /* Size in bytes */
706 __le16 i_mode; /* File mode */
707 __le16 i_links_count; /* Links count */
708 __le32 i_flags; /* File flags */
709 /*30*/ __le64 i_atime; /* Access time */
710 __le64 i_ctime; /* Creation time */
711 /*40*/ __le64 i_mtime; /* Modification time */
712 __le64 i_dtime; /* Deletion time */
713 /*50*/ __le64 i_blkno; /* Offset on disk, in blocks */
714 __le64 i_last_eb_blk; /* Pointer to last extent
716 /*60*/ __le32 i_fs_generation; /* Generation per fs-instance */
717 __le32 i_atime_nsec;
718 __le32 i_ctime_nsec;
719 __le32 i_mtime_nsec;
720 /*70*/ __le32 i_attr;
721 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
723 __le16 i_dyn_features;
724 __le64 i_xattr_loc;
725 /*80*/ struct ocfs2_block_check i_check; /* Error checking */
726 /*88*/ __le64 i_dx_root; /* Pointer to dir index root block */
727 /*90*/ __le64 i_refcount_loc;
728 __le64 i_suballoc_loc; /* Suballocator block group this
732 /*A0*/ __le64 i_reserved2[3];
733 /*B8*/ union {
753 } id1; /* Inode type dependent 1 */
754 /*C0*/ union {
762 } id2;