Home
last modified time | relevance | path

Searched refs:sg_header (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.c265 sg.sg_header.h_md_entry_type = INCFS_MD_SIGNATURE; in incfs_write_signature_to_backing_file()
266 sg.sg_header.h_record_size = cpu_to_le16(sizeof(sg)); in incfs_write_signature_to_backing_file()
267 sg.sg_header.h_next_md_offset = cpu_to_le64(0); in incfs_write_signature_to_backing_file()
303 result = append_md_to_backing_file(bfc, &sg.sg_header); in incfs_write_signature_to_backing_file()
H A Dformat.h245 struct incfs_md_header sg_header; member
/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 Dsg.h222 struct sg_header struct
/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 Dsg.h222 struct sg_header struct
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi-generic.rst27 It is based in the sg_header interface structure.
29 an extended version of the sg_header interface structure.
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h253 struct sg_header struct
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch178 - struct sg_header *sg_hd=d->private->sg_hd;
179 + struct sg_header *sg_hd=d->priv->sg_hd;
187 - struct sg_header *sg_hd=d->private->sg_hd;
188 + struct sg_header *sg_hd=d->priv->sg_hd;
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c199 #define SZ_SG_HEADER sizeof(struct sg_header)
410 struct sg_header __user *old_hdr = buf; in get_sg_io_pack_id()
449 struct sg_header *old_hdr; in sg_read()
604 struct sg_header old_hdr; in sg_write()