Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
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 …]
/linux-4.19.296/fs/coda/
Dpsdev.c116 if ( nbytes < sizeof(struct coda_out_hdr) ) { in coda_psdev_write()