Searched defs:loop_device (Results 1 – 3 of 3) sorted by relevance
29 struct loop_device { struct35 int (*transfer)(struct loop_device *, int cmd, argument46 int (*ioctl)(struct loop_device *, int cmd, argument49 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
758 ssize_t (*callback)(struct loop_device *, char *)) in loop_attr_show()
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 …]