hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/fs/udf/udf_i.h
....@@ -38,16 +38,17 @@
3838 __u32 i_next_alloc_block;
3939 __u32 i_next_alloc_goal;
4040 __u32 i_checkpoint;
41
+ __u32 i_extraPerms;
4142 unsigned i_alloc_type : 3;
4243 unsigned i_efe : 1; /* extendedFileEntry */
4344 unsigned i_use : 1; /* unallocSpaceEntry */
4445 unsigned i_strat4096 : 1;
45
- unsigned reserved : 26;
46
- union {
47
- struct short_ad *i_sad;
48
- struct long_ad *i_lad;
49
- __u8 *i_data;
50
- } i_ext;
46
+ unsigned i_streamdir : 1;
47
+ unsigned i_hidden : 1; /* hidden system inode */
48
+ unsigned reserved : 24;
49
+ __u8 *i_data;
50
+ struct kernel_lb_addr i_locStreamdir;
51
+ __u64 i_lenStreams;
5152 struct rw_semaphore i_data_sem;
5253 struct udf_ext_cache cached_extent;
5354 /* Spinlock for protecting extent cache */