Searched defs:loop_device (Results 1 – 1 of 1) sorted by relevance
48 struct loop_device { struct49 int lo_number;50 loff_t lo_offset;51 loff_t lo_sizelimit;52 int lo_flags;53 char lo_file_name[LO_NAME_SIZE];55 struct file *lo_backing_file;56 unsigned int lo_min_dio_size;57 struct block_device *lo_device;59 gfp_t old_gfp_mask;[all …]