HomeSort by: relevance | last modified time | path
    Searched refs:__quotactl (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libquota/
quota_kernel.c 56 return __quotactl(qh->qh_mountpoint, &args);
102 if (__quotactl(qh->qh_mountpoint, &args)) {
128 if (__quotactl(qh->qh_mountpoint, &args)) {
143 if (__quotactl(qh->qh_mountpoint, &args)) {
181 return __quotactl(qh->qh_mountpoint, &args);
191 return __quotactl(qh->qh_mountpoint, &args);
203 return __quotactl(qh->qh_mountpoint, &args);
215 return __quotactl(qh->qh_mountpoint, &args);
225 return __quotactl(qh->qh_mountpoint, &args);
242 if (__quotactl(qh->qh_mountpoint, &args))
    [all...]
  /src/sys/sys/
quotactl.h 158 int __quotactl(const char *, struct quotactl_args *);
  /src/lib/librumpuser/
configure.ac 31 arc4random_buf getsubopt fsync_range __quotactl utimensat \
  /src/lib/libc/sys/
Makefile.inc 146 __quotactl.S \
286 profil.2 ptrace.2 __quotactl.2 \
  /src/lib/librumphijack/
hijack.c 417 { DUALCALL_QUOTACTL, "__quotactl", RSYS_NAME(__QUOTACTL) },
2813 PATHCALL(int, __quotactl, DUALCALL_QUOTACTL, \
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6282 __weak_alias(__quotactl,rump___sysimpl___quotactl);
8552 }, /* 473 = __quotactl */

Completed in 64 milliseconds