File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,13 @@ s! {
378
378
pub fst_bytesalloc: :: off_t,
379
379
}
380
380
381
+ pub struct fpunchhole_t {
382
+ pub fp_flags: :: c_uint, /* unused */
383
+ pub reserved: :: c_uint, /* (to maintain 8-byte alignment) */
384
+ pub fp_offset: :: off_t, /* IN: start of the region */
385
+ pub fp_length: :: off_t, /* IN: size of the region */
386
+ }
387
+
381
388
pub struct radvisory {
382
389
pub ra_offset: :: off_t,
383
390
pub ra_count: :: c_int,
@@ -3241,6 +3248,7 @@ pub const F_GLOBAL_NOCACHE: ::c_int = 55;
3241
3248
pub const F_NODIRECT : :: c_int = 62 ;
3242
3249
pub const F_LOG2PHYS_EXT : :: c_int = 65 ;
3243
3250
pub const F_BARRIERFSYNC : :: c_int = 85 ;
3251
+ pub const F_PUNCHHOLE : :: c_int = 99 ;
3244
3252
pub const F_GETPATH_NOFIRMLINK : :: c_int = 102 ;
3245
3253
3246
3254
pub const F_ALLOCATECONTIG : :: c_uint = 0x02 ;
You can’t perform that action at this time.
0 commit comments