Lines Matching defs:ocfs2_dinode

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