Searched refs:lo_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | loop.c | 1668 static int lo_ioctl(struct block_device *bdev, fmode_t mode, in lo_ioctl() function 1875 err = lo_ioctl(bdev, mode, cmd, arg); in lo_compat_ioctl() 1942 .ioctl = lo_ioctl,
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | loop.c | 1222 * Since lo_ioctl() is called without locks held, it is possible that in loop_clr_fd() 1529 static int lo_ioctl(struct block_device *bdev, blk_mode_t mode, in lo_ioctl() function 1716 err = lo_ioctl(bdev, mode, cmd, arg); in lo_compat_ioctl() 1762 .ioctl = lo_ioctl,
|
Completed in 6 milliseconds