Searched refs:au_hdr (Results 1 – 1 of 1) sorted by relevance
116 struct au_hdr { struct614 struct au_hdr hdr; in afile_au_readhdr()617 if (!afile_readhdr(f, &hdr, sizeof(struct au_hdr))) in afile_au_readhdr()678 struct au_hdr hdr; in afile_au_writehdr()681 memset(&hdr, 0, sizeof(struct au_hdr)); in afile_au_writehdr()708 return afile_writehdr(f, &hdr, sizeof(struct au_hdr)); in afile_au_writehdr()809 struct au_hdr au; in afile_open()904 f->endpos = f->startpos = sizeof(struct au_hdr); in afile_open()906 if (!afile_writehdr(f, &dummy, sizeof(struct au_hdr))) in afile_open()