Searched refs:splice_flags (Results 1 - 17 of 17) sorted by relevance
/third_party/libfuse/lib/ |
H A D | buffer.c | 165 int splice_flags = 0; in fuse_buf_splice() local 174 splice_flags |= SPLICE_F_MOVE; in fuse_buf_splice() 176 splice_flags |= SPLICE_F_NONBLOCK; in fuse_buf_splice() 189 splice_flags); in fuse_buf_splice()
|
H A D | fuse_lowlevel.c | 667 int splice_flags; local 829 splice_flags = 0; 832 splice_flags |= SPLICE_F_MOVE; 837 splice_flags, se->userdata); 840 out->len, splice_flags);
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 732 pub splice_flags: SpliceFlags,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4391 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4389 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4369 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4533 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4603 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 4561 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 4667 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 4475 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 4753 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 4449 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 4723 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 4418 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 4506 pub splice_flags: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 4427 pub splice_flags: __u32,
|
Completed in 180 milliseconds