Lines Matching defs:ext4_inode_info

1012 struct ext4_inode_info {  struct
1013 __le32 i_data[15]; /* unconverted */
1014 __u32 i_dtime;
1015 ext4_fsblk_t i_file_acl;
1024 ext4_group_t i_block_group;
1025 ext4_lblk_t i_dir_start_lookup;
1027 unsigned long i_state_flags; /* Dynamic state flags */
1029 unsigned long i_flags;
1038 struct rw_semaphore xattr_sem;
1044 union {
1052 struct list_head i_fc_dilist;
1053 struct list_head i_fc_list; /*
1059 ext4_lblk_t i_fc_lblk_start;
1062 ext4_lblk_t i_fc_lblk_len;
1065 atomic_t i_fc_updates;
1067 spinlock_t i_raw_lock; /* protects updates to the raw inode */
1070 wait_queue_head_t i_fc_wait;
1073 struct mutex i_fc_lock;
1090 loff_t i_disksize;
1102 struct rw_semaphore i_data_sem;
1103 struct inode vfs_inode;
1104 struct jbd2_inode *jinode;
1110 struct timespec64 i_crtime;
1113 atomic_t i_prealloc_active;
1117 unsigned int i_reserved_data_blocks;
1118 struct rb_root i_prealloc_node;
1119 rwlock_t i_prealloc_lock;
1122 struct ext4_es_tree i_es_tree;
1123 rwlock_t i_es_lock;
1124 struct list_head i_es_list;
1125 unsigned int i_es_all_nr; /* protected by i_es_lock */
1126 unsigned int i_es_shk_nr; /* protected by i_es_lock */
1127 ext4_lblk_t i_es_shrink_lblk; /* Offset where we start searching for
1132 ext4_group_t i_last_alloc_group;
1135 struct ext4_pending_tree i_pending_tree;
1138 __u16 i_extra_isize;
1141 u16 i_inline_off;
1142 u16 i_inline_size;
1146 qsize_t i_reserved_quota;
1148 spinlock_t i_block_reservation_lock;
1151 spinlock_t i_completed_io_lock;
1156 struct list_head i_rsv_conversion_list;
1157 struct work_struct i_rsv_conversion_work;
1163 tid_t i_sync_tid;
1164 tid_t i_datasync_tid;
1167 struct dquot __rcu *i_dquot[MAXQUOTAS];
1171 __u32 i_csum_seed;
1173 kprojid_t i_projid;