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.c108 void file_seek(off_t);
172 file_seek(BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS); /* create holes */ in setup()
174 file_seek(0); /* Rewind */ in setup()
195 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},