Searched refs:efihttp_fs_seek (Results 1 – 1 of 1) sorted by relevance
64 static off_t efihttp_fs_seek(struct open_file *f, off_t offset, int where);100 .fo_seek = efihttp_fs_seek,696 efihttp_fs_seek(struct open_file *f, off_t offset, int where) in efihttp_fs_seek() function738 return efihttp_fs_seek(f, offset, where); in efihttp_fs_seek()777 efihttp_fs_seek(f, 0, SEEK_SET); in efihttp_fs_readdir()