Lines Matching refs:file_efihttp
76 struct file_efihttp { struct
397 struct file_efihttp *fh; in _efihttp_fs_open()
405 fh = calloc(1, sizeof(struct file_efihttp)); in _efihttp_fs_open()
609 struct file_efihttp *fh; in _efihttp_fs_read()
613 fh = (struct file_efihttp *)f->f_fsdata; in _efihttp_fs_read()
699 struct file_efihttp *fh; in efihttp_fs_seek()
705 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_seek()
747 struct file_efihttp *fh; in efihttp_fs_stat()
749 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_stat()
763 struct file_efihttp *fh; in efihttp_fs_readdir()
765 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_readdir()