Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
info.c File Reference
#include <linux/percpu.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/proc_fs.h>
#include <linux/export.h>
#include "rds.h"

Go to the source code of this file.

Data Structures

struct  rds_info_iterator
 

Functions

void rds_info_register_func (int optname, rds_info_func func)
 
 EXPORT_SYMBOL_GPL (rds_info_register_func)
 
void rds_info_deregister_func (int optname, rds_info_func func)
 
 EXPORT_SYMBOL_GPL (rds_info_deregister_func)
 
void rds_info_iter_unmap (struct rds_info_iterator *iter)
 
void rds_info_copy (struct rds_info_iterator *iter, void *data, unsigned long bytes)
 
 EXPORT_SYMBOL_GPL (rds_info_copy)
 
int rds_info_getsockopt (struct socket *sock, int optname, char __user *optval, int __user *optlen)
 

Function Documentation

EXPORT_SYMBOL_GPL ( rds_info_register_func  )
EXPORT_SYMBOL_GPL ( rds_info_deregister_func  )
EXPORT_SYMBOL_GPL ( rds_info_copy  )
void rds_info_copy ( struct rds_info_iterator iter,
void data,
unsigned long  bytes 
)

Definition at line 115 of file info.c.

void rds_info_deregister_func ( int  optname,
rds_info_func  func 
)

Definition at line 86 of file info.c.

int rds_info_getsockopt ( struct socket sock,
int  optname,
char __user optval,
int __user optlen 
)

Definition at line 158 of file info.c.

void rds_info_iter_unmap ( struct rds_info_iterator iter)

Definition at line 104 of file info.c.

void rds_info_register_func ( int  optname,
rds_info_func  func 
)

Definition at line 73 of file info.c.