Home
last modified time | relevance | path

Searched refs:file_seek (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c109 void file_seek(off_t);
171 file_seek(BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS); /* create holes */ in setup()
173 file_seek(0); /* Rewind */ in setup()
194 void file_seek(off_t offset) in file_seek() function
/external/syslinux/gpxe/src/include/
Dfs.h28 int file_seek(unsigned long offset);
/external/python/cpython2/Objects/
Dfileobject.c756 file_seek(PyFileObject *f, PyObject *args) in file_seek() function
2121 {"seek", (PyCFunction)file_seek, METH_VARARGS, seek_doc},