hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/fs/udf/udf_i.h
....@@ -38,16 +38,16 @@
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 reserved : 25;
48
+ __u8 *i_data;
49
+ struct kernel_lb_addr i_locStreamdir;
50
+ __u64 i_lenStreams;
5151 struct rw_semaphore i_data_sem;
5252 struct udf_ext_cache cached_extent;
5353 /* Spinlock for protecting extent cache */