Home
last modified time | relevance | path

Searched defs:dk_cxlflash_resize (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/scsi/
Dcxlflash_ioctl.h118 struct dk_cxlflash_resize { struct
119 struct dk_cxlflash_hdr hdr; /* Common fields */
120 __u64 context_id; /* Context owning resources */
121 __u64 rsrc_handle; /* Resource handle of LUN to resize */
122 __u64 req_size; /* New requested size, in 4K blocks */
123 __u64 last_lba; /* Returned last LBA of LUN */
124 __u64 reserved[8]; /* Reserved for future use */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/
Dcxlflash_ioctl.h72 struct dk_cxlflash_resize { struct
73 struct dk_cxlflash_hdr hdr;
74 __u64 context_id;
75 __u64 rsrc_handle;
76 __u64 req_size;
77 __u64 last_lba;
78 __u64 reserved[8];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/
Dcxlflash_ioctl.h59 struct dk_cxlflash_resize { struct
60 struct dk_cxlflash_hdr hdr;
61 __u64 context_id;
62 __u64 rsrc_handle;
63 __u64 req_size;
64 __u64 last_lba;
65 __u64 reserved[8];