Home | History | Annotate | Download | only in tf_daemon

Lines Matching full:fileno

896       result = ftruncate(fileno(pFile),nNewSectorCount * g_nSectorSize);
941 result=fdatasync(fileno(pFile));
944 result=fsync(fileno(pFile));