taglinefilesource code
PIPE_START111fs/fifo.cPIPE_START(*inode) = PIPE_LEN(*inode) = 0;
PIPE_START160fs/fifo.cPIPE_START(*inode) = PIPE_LEN(*inode) = 0;
PIPE_START557fs/inode.cPIPE_START(*inode) = PIPE_LEN(*inode) = 0;
PIPE_START60fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_START(*inode);
PIPE_START61fs/pipe.cPIPE_START(*inode) += chars;
PIPE_START62fs/pipe.cPIPE_START(*inode) &= (PIPE_BUF-1);
PIPE_START30include/linux/pipe_fs_i.h#define PIPE_END(inode)    ((PIPE_START(inode)+PIPE_LEN(inode))&\
PIPE_START32include/linux/pipe_fs_i.h#define PIPE_MAX_RCHUNK(inode)  (PIPE_BUF - PIPE_START(inode))