Searched defs:loop_device (Results 1 – 1 of 1) sorted by relevance
31 struct loop_device { struct37 int (*transfer)(struct loop_device *, int cmd, argument48 int (*ioctl)(struct loop_device *, int cmd, argument51 struct file * lo_backing_file;52 struct block_device *lo_device;53 unsigned lo_blocksize;54 void *key_data; 56 gfp_t old_gfp_mask;58 spinlock_t lo_lock;59 struct bio *lo_bio;[all …]