Searched defs:loop_device (Results 1 – 1 of 1) sorted by relevance
50 struct loop_device { struct51 int lo_number;52 loff_t lo_offset;53 loff_t lo_sizelimit;54 int lo_flags;55 char lo_file_name[LO_NAME_SIZE];57 struct file * lo_backing_file;58 struct block_device *lo_device;60 gfp_t old_gfp_mask;62 spinlock_t lo_lock;[all …]