Home
last modified time | relevance | path

Searched refs:coda_out_hdr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoda.h304 struct coda_out_hdr { struct
312 struct coda_out_hdr oh; argument
328 struct coda_out_hdr oh;
342 struct coda_out_hdr out;
353 struct coda_out_hdr out;
364 struct coda_out_hdr out;
378 struct coda_out_hdr oh;
391 struct coda_out_hdr oh;
404 struct coda_out_hdr out;
415 struct coda_out_hdr out;
[all …]
/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/linux/
H A Dcoda.h302 struct coda_out_hdr { struct
310 struct coda_out_hdr oh; argument
326 struct coda_out_hdr oh;
340 struct coda_out_hdr out;
351 struct coda_out_hdr out;
362 struct coda_out_hdr out;
376 struct coda_out_hdr oh;
389 struct coda_out_hdr oh;
402 struct coda_out_hdr out;
413 struct coda_out_hdr out;
[all …]
/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/linux/
H A Dcoda.h302 struct coda_out_hdr { struct
310 struct coda_out_hdr oh; argument
326 struct coda_out_hdr oh;
340 struct coda_out_hdr out;
351 struct coda_out_hdr out;
362 struct coda_out_hdr out;
376 struct coda_out_hdr oh;
389 struct coda_out_hdr oh;
402 struct coda_out_hdr out;
413 struct coda_out_hdr out;
[all …]
/OK3568_Linux_fs/kernel/fs/coda/
H A Dpsdev.c114 if ( nbytes < sizeof(struct coda_out_hdr) ) { in coda_psdev_write()