gfs2_quota_sync
error = gfs2_quota_sync(sdp->sd_vfs, 0);
.quota_sync = gfs2_quota_sync,
int gfs2_quota_sync(struct super_block *sb, int type);
gfs2_quota_sync(sdp->sd_vfs, 0);
gfs2_quota_sync(sb, -1);
gfs2_quota_sync(sdp->sd_vfs, 0);