efihttp_fs_seek
.fo_seek = efihttp_fs_seek,
static off_t efihttp_fs_seek(struct open_file *f, off_t offset, int where);
return efihttp_fs_seek(f, offset, where);
efihttp_fs_seek(f, 0, SEEK_SET);