Linux Kernel
3.7.1
|
#include <relay.h>
Data Fields | |
int(* | subbuf_start )(struct rchan_buf *buf, void *subbuf, void *prev_subbuf, size_t prev_padding) |
void(* | buf_mapped )(struct rchan_buf *buf, struct file *filp) |
void(* | buf_unmapped )(struct rchan_buf *buf, struct file *filp) |
struct dentry *(* | create_buf_file )(const char *filename, struct dentry *parent, umode_t mode, struct rchan_buf *buf, int *is_global) |
int(* | remove_buf_file )(struct dentry *dentry) |