Home
last modified time | relevance | path

Searched defs:ext4_inode_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
Dext4.h992 struct ext4_inode_info { struct
993 __le32 i_data[15]; /* unconverted */
994 __u32 i_dtime;
995 ext4_fsblk_t i_file_acl;
1004 ext4_group_t i_block_group;
1005 ext4_lblk_t i_dir_start_lookup;
1007 unsigned long i_state_flags; /* Dynamic state flags */
1009 unsigned long i_flags;
1018 struct rw_semaphore xattr_sem;
1024 union {
[all …]
/kernel/linux/linux-5.10/fs/ext4/
Dext4.h996 struct ext4_inode_info { struct
997 __le32 i_data[15]; /* unconverted */
998 __u32 i_dtime;
999 ext4_fsblk_t i_file_acl;
1008 ext4_group_t i_block_group;
1009 ext4_lblk_t i_dir_start_lookup;
1011 unsigned long i_state_flags; /* Dynamic state flags */
1013 unsigned long i_flags;
1022 struct rw_semaphore xattr_sem;
1024 struct list_head i_orphan; /* unlinked but open inodes */
[all …]