centos man page for struct_pipe_buffer

Query: struct_pipe_buffer

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
PIPE_BUFFER(9) pipes API STRUCT PIPE_BUFFER(9)
NAME
struct_pipe_buffer - a linux kernel pipe buffer
SYNOPSIS
struct pipe_buffer { struct page * page; unsigned int offset; unsigned int len; const struct pipe_buf_operations * ops; unsigned int flags; unsigned long private; };
MEMBERS
page the page containing the data for the pipe buffer offset offset of data inside the page len length of data inside the page ops operations associated with this buffer. See pipe_buf_operations. flags pipe buffer flags. See above. private private data owned by the ops.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT PIPE_BUFFER(9)
Related Man Pages
struct_input_polled_dev(9) - centos
struct_kgdb_arch(9) - centos
struct_sk_buff(9) - centos
struct_uio_info(9) - centos
struct_usb_ep(9) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Tar Command
CentOS7 restoring file capabilities
Controlling user input
Please Welcome Dave Munro to the Moderator Team!