Lines Matching defs:done
912 /* Another fsync thread may have already done this entry */
1114 loff_t end = pos + length, done = 0;
1187 done += xfer;
1196 return done ? done : ret;
1215 loff_t pos = iocb->ki_pos, ret = 0, done = 0;
1234 done += ret;
1237 iocb->ki_pos += done;
1238 return done ? done : ret;
1375 * insert it after fsync is done.
1415 * The fault is done by now and there's no way back (other
1593 * insert it after fsync is done.
1624 * The fault is done by now and there's no way back (other
1661 * has done all the necessary locking for page fault to proceed