Lines Matching defs:ocfs2_dinode

662 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 */
674 /*20*/ __le64 i_size; /* Size in bytes */
675 __le16 i_mode; /* File mode */
676 __le16 i_links_count; /* Links count */
677 __le32 i_flags; /* File flags */
678 /*30*/ __le64 i_atime; /* Access time */
679 __le64 i_ctime; /* Creation time */
680 /*40*/ __le64 i_mtime; /* Modification time */
681 __le64 i_dtime; /* Deletion time */
682 /*50*/ __le64 i_blkno; /* Offset on disk, in blocks */
683 __le64 i_last_eb_blk; /* Pointer to last extent
685 /*60*/ __le32 i_fs_generation; /* Generation per fs-instance */
686 __le32 i_atime_nsec;
687 __le32 i_ctime_nsec;
688 __le32 i_mtime_nsec;
689 /*70*/ __le32 i_attr;
690 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
692 __le16 i_dyn_features;
693 __le64 i_xattr_loc;
694 /*80*/ struct ocfs2_block_check i_check; /* Error checking */
695 /*88*/ __le64 i_dx_root; /* Pointer to dir index root block */
696 /*90*/ __le64 i_refcount_loc;
697 __le64 i_suballoc_loc; /* Suballocator block group this
701 /*A0*/ __le16 i_dio_orphaned_slot; /* only used for append dio write */
702 __le16 i_reserved1[3];
703 __le64 i_reserved2[2];
704 /*B8*/ union {
724 } id1; /* Inode type dependent 1 */
725 /*C0*/ union {
733 } id2;