Home | History | Annotate | Download | only in sdcard

Lines Matching refs:truncate64

683     if ((req->valid & FATTR_SIZE) && TEMP_FAILURE_RETRY(truncate64(path, req->size)) == -1) {