Searched defs:lloop_device (Results 1 – 1 of 1) sorted by relevance
118 struct lloop_device { struct119 int lo_number;120 int lo_refcnt;121 loff_t lo_offset;122 loff_t lo_sizelimit;123 int lo_flags;124 struct file *lo_backing_file;125 struct block_device *lo_device;126 unsigned lo_blocksize;128 gfp_t old_gfp_mask;[all …]