Searched refs:splice_flags (Results 1 – 8 of 8) sorted by relevance
11 # error static const struct xlat splice_flags in mpers mode16 const struct xlat splice_flags[] = { variable
1 …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
165 int splice_flags = 0; in fuse_buf_splice() local174 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()
731 int splice_flags; in fuse_send_data_iov() local895 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()
292 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()
1054 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
50030 (splice_flags): New xlat structure.
44 __u32 splice_flags; member