Searched refs:loop_device (Results 1 – 3 of 3) sorted by relevance
/drivers/block/ |
D | loop.c | 91 static int transfer_none(struct loop_device *lo, int cmd, in transfer_none() 110 static int transfer_xor(struct loop_device *lo, int cmd, in transfer_xor() 139 static int xor_init(struct loop_device *lo, const struct loop_info64 *info) in xor_init() 184 static loff_t get_loop_size(struct loop_device *lo, struct file *file) in get_loop_size() 190 figure_loop_size(struct loop_device *lo, loff_t offset, loff_t sizelimit) in figure_loop_size() 210 lo_do_transfer(struct loop_device *lo, int cmd, in lo_do_transfer() 253 static int do_lo_send_direct_write(struct loop_device *lo, in do_lo_send_direct_write() 271 static int do_lo_send_write(struct loop_device *lo, struct bio_vec *bvec, in do_lo_send_write() 287 static int lo_send(struct loop_device *lo, struct bio *bio, loff_t pos) in lo_send() 289 int (*do_lo_send)(struct loop_device *, struct bio_vec *, loff_t, in lo_send() [all …]
|
D | loop.h | 27 struct loop_device { struct 33 int (*transfer)(struct loop_device *, int cmd, argument 44 int (*ioctl)(struct loop_device *, int cmd, argument 71 int (*transfer)(struct loop_device *lo, int cmd, argument 75 int (*init)(struct loop_device *, const struct loop_info64 *); 77 int (*release)(struct loop_device *); 78 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg);
|
D | cryptoloop.c | 40 cryptoloop_init(struct loop_device *lo, const struct loop_info64 *info) in cryptoloop_init() 112 cryptoloop_transfer(struct loop_device *lo, int cmd, in cryptoloop_transfer() 170 cryptoloop_ioctl(struct loop_device *lo, int cmd, unsigned long arg) in cryptoloop_ioctl() 176 cryptoloop_release(struct loop_device *lo) in cryptoloop_release()
|