Lines Matching defs:ocfs2_dinode
675 struct ocfs2_dinode { struct
676 /*00*/ __u8 i_signature[8]; /* Signature for validation */
677 __le32 i_generation; /* Generation number */
678 __le16 i_suballoc_slot; /* Slot suballocator this inode
680 __le16 i_suballoc_bit; /* Bit offset in suballocator
682 /*10*/ __le16 i_reserved0;
683 __le16 i_xattr_inline_size;
684 __le32 i_clusters; /* Cluster count */
685 __le32 i_uid; /* Owner UID */
686 __le32 i_gid; /* Owning GID */
687 /*20*/ __le64 i_size; /* Size in bytes */
688 __le16 i_mode; /* File mode */
689 __le16 i_links_count; /* Links count */
690 __le32 i_flags; /* File flags */
691 /*30*/ __le64 i_atime; /* Access time */
692 __le64 i_ctime; /* Creation time */
693 /*40*/ __le64 i_mtime; /* Modification time */
694 __le64 i_dtime; /* Deletion time */
695 /*50*/ __le64 i_blkno; /* Offset on disk, in blocks */
696 __le64 i_last_eb_blk; /* Pointer to last extent
698 /*60*/ __le32 i_fs_generation; /* Generation per fs-instance */
699 __le32 i_atime_nsec;
700 __le32 i_ctime_nsec;
701 __le32 i_mtime_nsec;
702 /*70*/ __le32 i_attr;
703 __le16 i_orphaned_slot; /* Only valid when OCFS2_ORPHANED_FL
705 __le16 i_dyn_features;
706 __le64 i_xattr_loc;
707 /*80*/ struct ocfs2_block_check i_check; /* Error checking */
708 /*88*/ __le64 i_reserved2[6];
709 /*B8*/ union {
729 } id1; /* Inode type dependant 1 */
730 /*C0*/ union {
738 } id2;