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! {
378378 pub fst_bytesalloc: :: off_t,
379379 }
380380
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+
381388 pub struct radvisory {
382389 pub ra_offset: :: off_t,
383390 pub ra_count: :: c_int,
@@ -3241,6 +3248,7 @@ pub const F_GLOBAL_NOCACHE: ::c_int = 55;
32413248pub const F_NODIRECT : :: c_int = 62 ;
32423249pub const F_LOG2PHYS_EXT : :: c_int = 65 ;
32433250pub const F_BARRIERFSYNC : :: c_int = 85 ;
3251+ pub const F_PUNCHHOLE : :: c_int = 99 ;
32443252pub const F_GETPATH_NOFIRMLINK : :: c_int = 102 ;
32453253
32463254pub const F_ALLOCATECONTIG : :: c_uint = 0x02 ;
You can’t perform that action at this time.
0 commit comments