Linux Kernel
3.7.1
|
#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) |
int loop_register_transfer | ( | struct loop_func_table * | funcs | ) |