Home | History | Annotate | Download | only in contrib

Lines Matching refs:fdatasync

200 	{OP_FDATASYNC, "fdatasync", fdatasync_f, 1, 1, 0},
1997 printf("%d/%d: fdatasync - no filename\n",
2007 printf("%d/%d: fdatasync - open %s failed %d\n",
2012 e = fdatasync(fd) < 0 ? errno : 0;
2014 printf("%d/%d: fdatasync %s %d\n", procid, opno, f.path, e);