Lines Matching defs:ext4_inode_info
841 struct ext4_inode_info { struct
842 __le32 i_data[15]; /* unconverted */
843 __u32 i_dtime;
844 ext4_fsblk_t i_file_acl;
853 ext4_group_t i_block_group;
854 ext4_lblk_t i_dir_start_lookup;
856 unsigned long i_state_flags; /* Dynamic state flags */
858 unsigned long i_flags;
867 struct rw_semaphore xattr_sem;
869 struct list_head i_orphan; /* unlinked but open inodes */
886 loff_t i_disksize;
898 struct rw_semaphore i_data_sem;
907 struct rw_semaphore i_mmap_sem;
908 struct inode vfs_inode;
909 struct jbd2_inode *jinode;
911 spinlock_t i_raw_lock; /* protects updates to the raw inode */
917 struct timespec i_crtime;
920 struct list_head i_prealloc_list;
921 spinlock_t i_prealloc_lock;
924 struct ext4_es_tree i_es_tree;
925 rwlock_t i_es_lock;
926 struct list_head i_es_list;
927 unsigned int i_es_all_nr; /* protected by i_es_lock */
928 unsigned int i_es_shk_nr; /* protected by i_es_lock */
929 ext4_lblk_t i_es_shrink_lblk; /* Offset where we start searching for
934 ext4_group_t i_last_alloc_group;
938 unsigned int i_reserved_data_blocks;
939 unsigned int i_reserved_meta_blocks;
940 unsigned int i_allocated_meta_blocks;
941 ext4_lblk_t i_da_metadata_calc_last_lblock;
942 int i_da_metadata_calc_len;
945 __u16 i_extra_isize;
946 char i_crypt_policy_flags;
949 u16 i_inline_off;
950 u16 i_inline_size;
954 qsize_t i_reserved_quota;
958 spinlock_t i_completed_io_lock;
963 struct list_head i_rsv_conversion_list;
968 atomic_t i_ioend_count; /* Number of outstanding io_end structs */
969 atomic_t i_unwritten; /* Nr. of inflight conversions pending */
970 struct work_struct i_rsv_conversion_work;
972 spinlock_t i_block_reservation_lock;
978 tid_t i_sync_tid;
979 tid_t i_datasync_tid;
982 struct dquot *i_dquot[MAXQUOTAS];
986 __u32 i_csum_seed;
990 struct ext4_encryption_key i_encryption_key;