Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
loop_func_table Struct Reference

#include <loop.h>

Data Fields

int number
 
int(* transfer )(struct loop_device *lo, int cmd, struct page *raw_page, unsigned raw_off, struct page *loop_page, unsigned loop_off, int size, sector_t real_block)
 
int(* init )(struct loop_device *, const struct loop_info64 *)
 
int(* release )(struct loop_device *)
 
int(* ioctl )(struct loop_device *, int cmd, unsigned long arg)
 
struct moduleowner
 

Detailed Description

Definition at line 66 of file loop.h.

Field Documentation

Definition at line 72 of file loop.h.

int(* ioctl)(struct loop_device *, int cmd, unsigned long arg)

Definition at line 75 of file loop.h.

int number

Definition at line 67 of file loop.h.

struct module* owner

Definition at line 76 of file loop.h.

int(* release)(struct loop_device *)

Definition at line 74 of file loop.h.

int(* transfer)(struct loop_device *lo, int cmd, struct page *raw_page, unsigned raw_off, struct page *loop_page, unsigned loop_off, int size, sector_t real_block)

Definition at line 68 of file loop.h.


The documentation for this struct was generated from the following file: