Searched refs:Q_SYNC (Results 1 – 4 of 4) sorted by relevance
89 #define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ macro
1048 case Q_SYNC: in ufs_quotactl()1089 case Q_SYNC: in ufs_quotactl()
171 if (quotactl(fs->fs_file, QCMD(Q_SYNC, type), 0, 0) < 0 && in repquota()
406 if (quotactl(fsname, QCMD(Q_SYNC, type), 0, (caddr_t)0) == -1 && in update()