Home
last modified time | relevance | path

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

/openbmc/linux/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;
378 struct coda_out_hdr oh;
391 struct coda_out_hdr oh;
432 struct coda_out_hdr oh;
449 struct coda_out_hdr oh;
501 struct coda_out_hdr oh;
538 struct coda_out_hdr oh;
561 struct coda_out_hdr oh;
[all …]
/openbmc/linux/fs/coda/
H A Dpsdev.c114 if ( nbytes < sizeof(struct coda_out_hdr) ) { in coda_psdev_write()