Lines Matching defs:ocfs2_dinode

660 struct ocfs2_dinode {  struct
661 /*00*/ __u8 i_signature[8]; /* Signature for validation */
662 __le32 i_generation; /* Generation number */
663 __le16 i_suballoc_slot; /* Slot suballocator this inode
665 __le16 i_suballoc_bit; /* Bit offset in suballocator
667 /*10*/ __le16 i_links_count_hi; /* High 16 bits of links count */
668 __le16 i_xattr_inline_size;
669 __le32 i_clusters; /* Cluster count */
670 __le32 i_uid; /* Owner UID */
671 __le32 i_gid; /* Owning GID */
672 /*20*/ __le64 i_size; /* Size in bytes */
673 __le16 i_mode; /* File mode */
674 __le16 i_links_count; /* Links count */
675 __le32 i_flags; /* File flags */
676 /*30*/ __le64 i_atime; /* Access time */
677 __le64 i_ctime; /* Creation time */
678 /*40*/ __le64 i_mtime; /* Modification time */
679 __le64 i_dtime; /* Deletion time */
680 /*50*/ __le64 i_blkno; /* Offset on disk, in blocks */
681 __le64 i_last_eb_blk; /* Pointer to last extent
683 /*60*/ __le32 i_fs_generation; /* Generation per fs-instance */
684 __le32 i_atime_nsec;
685 __le32 i_ctime_nsec;
686 __le32 i_mtime_nsec;
687 /*70*/ __le32 i_attr;
688 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
690 __le16 i_dyn_features;
691 __le64 i_xattr_loc;
692 /*80*/ struct ocfs2_block_check i_check; /* Error checking */
693 /*88*/ __le64 i_dx_root; /* Pointer to dir index root block */
694 /*90*/ __le64 i_refcount_loc;
695 __le64 i_suballoc_loc; /* Suballocator block group this
699 /*A0*/ __le16 i_dio_orphaned_slot; /* only used for append dio write */
700 __le16 i_reserved1[3];
701 __le64 i_reserved2[2];
702 /*B8*/ union {
722 } id1; /* Inode type dependent 1 */
723 /*C0*/ union {
731 } id2;