Go to the documentation of this file. 1 #ifndef _LINUX_PIPE_FS_I_H
2 #define _LINUX_PIPE_FS_I_H
4 #define PIPE_DEF_BUFFERS 16
6 #define PIPE_BUF_FLAG_LRU 0x01
7 #define PIPE_BUF_FLAG_ATOMIC 0x02
8 #define PIPE_BUF_FLAG_GIFT 0x04
9 #define PIPE_BUF_FLAG_PACKET 0x08
25 unsigned long private;
133 #define PIPE_SIZE PAGE_SIZE