Lines Matching defs:ext4_inode_info

1004 struct ext4_inode_info {  struct
1005 __le32 i_data[15]; /* unconverted */
1006 __u32 i_dtime;
1007 ext4_fsblk_t i_file_acl;
1016 ext4_group_t i_block_group;
1017 ext4_lblk_t i_dir_start_lookup;
1019 unsigned long i_state_flags; /* Dynamic state flags */
1021 unsigned long i_flags;
1030 struct rw_semaphore xattr_sem;
1036 union {
1044 struct list_head i_fc_dilist;
1045 struct list_head i_fc_list; /*
1051 ext4_lblk_t i_fc_lblk_start;
1054 ext4_lblk_t i_fc_lblk_len;
1057 atomic_t i_fc_updates;
1060 wait_queue_head_t i_fc_wait;
1063 struct mutex i_fc_lock;
1080 loff_t i_disksize;
1092 struct rw_semaphore i_data_sem;
1093 struct inode vfs_inode;
1094 struct jbd2_inode *jinode;
1096 spinlock_t i_raw_lock; /* protects updates to the raw inode */
1102 struct timespec64 i_crtime;
1105 atomic_t i_prealloc_active;
1106 struct rb_root i_prealloc_node;
1107 rwlock_t i_prealloc_lock;
1110 struct ext4_es_tree i_es_tree;
1111 rwlock_t i_es_lock;
1112 struct list_head i_es_list;
1113 unsigned int i_es_all_nr; /* protected by i_es_lock */
1114 unsigned int i_es_shk_nr; /* protected by i_es_lock */
1115 ext4_lblk_t i_es_shrink_lblk; /* Offset where we start searching for
1120 ext4_group_t i_last_alloc_group;
1124 unsigned int i_reserved_data_blocks;
1127 struct ext4_pending_tree i_pending_tree;
1130 __u16 i_extra_isize;
1133 u16 i_inline_off;
1134 u16 i_inline_size;
1138 qsize_t i_reserved_quota;
1142 spinlock_t i_completed_io_lock;
1147 struct list_head i_rsv_conversion_list;
1148 struct work_struct i_rsv_conversion_work;
1149 atomic_t i_unwritten; /* Nr. of inflight conversions pending */
1151 spinlock_t i_block_reservation_lock;
1157 tid_t i_sync_tid;
1158 tid_t i_datasync_tid;
1161 struct dquot *i_dquot[MAXQUOTAS];
1165 __u32 i_csum_seed;
1167 kprojid_t i_projid;