Lines Matching defs:loop_device
119769 struct loop_device { struct
119770 int lo_number;
119771 loff_t lo_offset;
119772 loff_t lo_sizelimit;
119773 int lo_flags;
119774 char lo_file_name[64];
119775 struct file *lo_backing_file;
119776 struct block_device *lo_device;
119777 gfp_t old_gfp_mask;
119778 spinlock_t lo_lock;
119779 int lo_state;
119780 spinlock_t lo_work_lock;
119781 struct workqueue_struct *workqueue;
119782 struct work_struct rootcg_work;
119783 struct list_head rootcg_cmd_list;
119784 struct list_head idle_worker_list;
119785 struct rb_root worker_tree;
119786 struct timer_list timer;
119787 bool use_dio;
119788 bool sysfs_inited;
119812 struct loop_device *lo; argument