Q_QUOTAOFF(2const) Q_QUOTAOFF(2const) NAME Q_QUOTAOFF - turn off quotas for a filesystem LIBRARY Standard C library (libc, -lc) SYNOPSIS #include int quotactl(QCMD(Q_QUOTAOFF, type), const char *_Nullable special, 0, NULL); #include /* Definition of Q_* constants */ #include /* Definition of SYS_* constants */ #include int syscall(SYS_quotactl_fd, int fd, QCMD(Q_QUOTAOFF, type)); DESCRIPTION Turn off quotas for a filesystem. This operation requires privilege (CAP_SYS_ADMIN). RETURN VALUE See quotactl(2). ERRORS See quotactl(2). STANDARDS Linux. HISTORY Linux. SEE ALSO quotactl(2), quotactl_fd(2), Q_QUOTAON(2const) Linux man-pages 6.19 2026-06-05 Q_QUOTAOFF(2const)