Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
loop.h File Reference
#include <linux/bio.h>
#include <linux/blkdev.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <uapi/linux/loop.h>

Go to the source code of this file.

Data Structures

struct  loop_device
 
struct  loop_func_table
 

Enumerations

enum  { Lo_unbound, Lo_bound, Lo_rundown }
 

Functions

int loop_register_transfer (struct loop_func_table *funcs)
 
int loop_unregister_transfer (int number)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
Lo_unbound 
Lo_bound 
Lo_rundown 

Definition at line 19 of file loop.h.

Function Documentation

int loop_register_transfer ( struct loop_func_table funcs)

Definition at line 1569 of file loop.c.

int loop_unregister_transfer ( int  number)

Definition at line 1591 of file loop.c.