Lines Matching defs:loop_device
31 struct loop_device { struct
37 int (*transfer)(struct loop_device *, int cmd, argument
48 int (*ioctl)(struct loop_device *, int cmd, argument
51 struct file * lo_backing_file;
52 struct block_device *lo_device;
53 unsigned lo_blocksize;
54 void *key_data;
56 gfp_t old_gfp_mask;
58 spinlock_t lo_lock;
59 struct bio_list lo_bio_list;
60 int lo_state;
61 struct mutex lo_ctl_mutex;
62 struct task_struct *lo_thread;
63 wait_queue_head_t lo_event;
65 struct request_queue *lo_queue;
66 struct gendisk *lo_disk;