Searched defs:loop_device (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/block/ |
| D | loop.h | 29 struct loop_device { struct 35 int (*transfer)(struct loop_device *, int cmd, argument 46 int (*ioctl)(struct loop_device *, int cmd, argument 49 struct file * lo_backing_file; 50 struct block_device *lo_device; 51 void *key_data; 53 gfp_t old_gfp_mask; 55 spinlock_t lo_lock; 56 int lo_state; 80 int (*transfer)(struct loop_device *lo, int cmd, argument
|
| D | loop.c | 771 ssize_t (*callback)(struct loop_device *, char *)) in loop_attr_show()
|
| /kernel/linux/linux-4.19/drivers/block/ |
| D | loop.h | 29 struct loop_device { struct 35 int (*transfer)(struct loop_device *, int cmd, argument 46 int (*ioctl)(struct loop_device *, int cmd, argument 49 struct file * lo_backing_file; 50 struct block_device *lo_device; 51 void *key_data; 53 gfp_t old_gfp_mask; 55 spinlock_t lo_lock; 56 int lo_state; 80 int (*transfer)(struct loop_device *lo, int cmd, argument
|
| D | loop.c | 756 ssize_t (*callback)(struct loop_device *, char *)) in loop_attr_show()
|