Searched refs:generic_pipe_buf_map (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | pipe_fs_i.h | 154 void *generic_pipe_buf_map(struct pipe_inode_info *, struct pipe_buffer *, int);
|
/linux-3.4.99/fs/ |
D | pipe.c | 229 void *generic_pipe_buf_map(struct pipe_inode_info *pipe, in generic_pipe_buf_map() function 239 EXPORT_SYMBOL(generic_pipe_buf_map); 341 .map = generic_pipe_buf_map, 351 .map = generic_pipe_buf_map,
|
D | splice.c | 137 .map = generic_pipe_buf_map, 157 .map = generic_pipe_buf_map, 548 .map = generic_pipe_buf_map,
|
/linux-3.4.99/kernel/ |
D | relay.c | 1202 .map = generic_pipe_buf_map,
|
/linux-3.4.99/kernel/trace/ |
D | trace.c | 3550 .map = generic_pipe_buf_map, 4131 .map = generic_pipe_buf_map,
|
/linux-3.4.99/fs/fuse/ |
D | dev.c | 1210 .map = generic_pipe_buf_map,
|
/linux-3.4.99/net/core/ |
D | skbuff.c | 100 .map = generic_pipe_buf_map,
|