Home
last modified time | relevance | path

Searched refs:file_seek (Results 1 – 2 of 2) 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/python/cpython2/Objects/
Dfileobject.c766 file_seek(PyFileObject *f, PyObject *args) in file_seek() function
2142 {"seek", (PyCFunction)file_seek, METH_VARARGS, seek_doc},