Lines Matching defs:loop_device
29 struct loop_device { struct
30 int lo_number;
31 atomic_t lo_refcnt;
32 loff_t lo_offset;
33 loff_t lo_sizelimit;
34 int lo_flags;
35 char lo_file_name[LO_NAME_SIZE];
37 struct file * lo_backing_file;
38 struct block_device *lo_device;
40 gfp_t old_gfp_mask;
42 spinlock_t lo_lock;
43 int lo_state;
44 spinlock_t lo_work_lock;
45 struct workqueue_struct *workqueue;
46 struct work_struct rootcg_work;
47 struct list_head rootcg_cmd_list;
48 struct list_head idle_worker_list;
49 struct rb_root worker_tree;
50 struct timer_list timer;
51 bool use_dio;
52 bool sysfs_inited;
54 struct request_queue *lo_queue;
55 struct blk_mq_tag_set tag_set;
56 struct gendisk *lo_disk;
57 struct mutex lo_mutex;
58 bool idr_visible;