Home
last modified time | relevance | path

Searched refs:Q_SYNC (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/ufs/ufs/
Dquota.h89 #define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ macro
Dufs_quota.c1048 case Q_SYNC: in ufs_quotactl()
1089 case Q_SYNC: in ufs_quotactl()
/openbsd/src/usr.sbin/repquota/
Drepquota.c171 if (quotactl(fs->fs_file, QCMD(Q_SYNC, type), 0, 0) < 0 && in repquota()
/openbsd/src/sbin/quotacheck/
Dquotacheck.c406 if (quotactl(fsname, QCMD(Q_SYNC, type), 0, (caddr_t)0) == -1 && in update()