Home
last modified time | relevance | path

Searched refs:splice_flags (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dsplice_flags.h11 # error static const struct xlat splice_flags in mpers mode
16 const struct xlat splice_flags[] = { variable
DMakemodule.am1 …at/socketlayers.in xlat/socktypes.in xlat/sparc_kern_features.in xlat/splice_flags.in xlat/sram_al…
2 … xlat/socketlayers.h xlat/socktypes.h xlat/sparc_kern_features.h xlat/splice_flags.h xlat/sram_all…
869 $(top_srcdir)/xlat/splice_flags.h: $(top_srcdir)/xlat/splice_flags.in $(top_srcdir)/xlat/gen.sh
/external/libfuse/lib/
Dbuffer.c165 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()
Dfuse_lowlevel.c731 int splice_flags; in fuse_send_data_iov() local
895 splice_flags = 0; in fuse_send_data_iov()
898 splice_flags |= SPLICE_F_MOVE; in fuse_send_data_iov()
901 NULL, out->len, splice_flags); in fuse_send_data_iov()
/external/strace/
Dio.c292 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???"); in SYS_FUNC()
314 printflags(splice_flags, tcp->u_arg[5], "SPLICE_F_???"); in SYS_FUNC()
328 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???"); in SYS_FUNC()
DMakefile.in1054 xlat/sparc_kern_features.in xlat/splice_flags.in \
1286 xlat/splice_flags.h xlat/sram_alloc_flags.h \
8270 $(top_srcdir)/xlat/splice_flags.h: $(top_srcdir)/xlat/splice_flags.in $(top_srcdir)/xlat/gen.sh
DChangeLog50030 (splice_flags): New xlat structure.
/external/kernel-headers/original/uapi/linux/
Dio_uring.h44 __u32 splice_flags; member