Home
last modified time | relevance | path

Searched refs:dk_cxlflash_clone (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dcxlflash_ioctl.h127 struct dk_cxlflash_clone { struct
178 struct dk_cxlflash_clone clone;
202 #define DK_CXLFLASH_VLUN_CLONE CXL_IOWR(0x89, dk_cxlflash_clone)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dcxlflash_ioctl.h127 struct dk_cxlflash_clone { struct
178 struct dk_cxlflash_clone clone;
202 #define DK_CXLFLASH_VLUN_CLONE CXL_IOWR(0x89, dk_cxlflash_clone)
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dcxlflash_ioctl.h127 struct dk_cxlflash_clone { struct
178 struct dk_cxlflash_clone clone;
202 #define DK_CXLFLASH_VLUN_CLONE CXL_IOWR(0x89, dk_cxlflash_clone)
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dsuperpipe.h128 struct dk_cxlflash_clone *clone);
H A Dvlun.c46 static void marshal_clone_to_rele(struct dk_cxlflash_clone *clone, in marshal_clone_to_rele()
1191 struct dk_cxlflash_clone *clone) in cxlflash_disk_clone()
H A Dsuperpipe.c2122 {sizeof(struct dk_cxlflash_clone), (sioctl)cxlflash_disk_clone}, in cxlflash_ioctl()