Searched defs:ext4_inode_info (Results 1 – 2 of 2) sorted by relevance
994 struct ext4_inode_info { struct995 __le32 i_data[15]; /* unconverted */996 __u32 i_dtime;997 ext4_fsblk_t i_file_acl;1006 ext4_group_t i_block_group;1007 ext4_lblk_t i_dir_start_lookup;1009 unsigned long i_state_flags; /* Dynamic state flags */1011 unsigned long i_flags;1020 struct rw_semaphore xattr_sem;1022 struct list_head i_orphan; /* unlinked but open inodes */[all …]
943 struct ext4_inode_info { struct944 __le32 i_data[15]; /* unconverted */945 __u32 i_dtime;946 ext4_fsblk_t i_file_acl;955 ext4_group_t i_block_group;956 ext4_lblk_t i_dir_start_lookup;958 unsigned long i_state_flags; /* Dynamic state flags */960 unsigned long i_flags;969 struct rw_semaphore xattr_sem;971 struct list_head i_orphan; /* unlinked but open inodes */[all …]