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