Lines Matching refs:sync
1876 // if (v->dev->d_ops->sync(v->dev) == -1)
1877 // perr_exit("Failed to sync device");
2222 // if (vol->dev->d_ops->sync(vol->dev) == -1)
2223 // perr_exit("Failed to sync device");
2711 /* If successful, update cache and sync $Bitmap */
2996 if (vol->dev->d_ops->sync(vol->dev) == -1)
2997 perr_exit("Failed to sync device");
3001 if (vol->dev->d_ops->sync(vol->dev) == -1)
3002 perr_exit("Failed to sync device");
4450 if (dev->d_ops->sync(dev) == -1) {
4451 printf("Could not sync\n");
4682 if (vol->dev->d_ops->sync(vol->dev) == -1)