Searched refs:efihttp_fs_seek (Results 1 – 1 of 1) sorted by relevance
65 static off_t efihttp_fs_seek(struct open_file *f, off_t offset, int where);101 .fo_seek = efihttp_fs_seek,697 efihttp_fs_seek(struct open_file *f, off_t offset, int where) in efihttp_fs_seek() function739 return efihttp_fs_seek(f, offset, where); in efihttp_fs_seek()778 efihttp_fs_seek(f, 0, SEEK_SET); in efihttp_fs_readdir()