Home | History | Annotate | Download | only in tf_daemon

Lines Matching full:fileno

778       result = ftruncate(fileno(pFile),nNewSectorCount * g_nSectorSize);
823 result=fdatasync(fileno(pFile));
826 result=fsync(fileno(pFile));