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

  /src/sys/sys/
quotactl.h 48 struct quotastat { struct
101 struct quotastat *qc_info;
mount.h 175 struct quotastat; /* in sys/quotactl.h */
407 int vfs_quotactl_stat(struct mount *, struct quotastat *);
  /src/lib/libquota/
quota_kernel.c 50 __quota_kernel_stat(struct quotahandle *qh, struct quotastat *stat)
62 static struct quotastat stat;
73 struct quotastat stat;
85 struct quotastat stat;
111 struct quotastat stat;
  /src/sys/compat/common/
compat_50_quota.c 75 struct quotastat qstat;
  /src/sys/kern/
vfs_quotactl.c 38 vfs_quotactl_stat(struct mount *mp, struct quotastat *info)
vfs_syscalls.c 857 do_sys_quotactl_stat(struct mount *mp, struct quotastat *info_u)
859 struct quotastat info_k;
  /src/sys/ufs/lfs/
ulfs_quota.c 241 struct quotastat *info = args->u.stat.qc_info;
254 struct quotastat *info = args->u.stat.qc_info;
  /src/sys/ufs/ufs/
ufs_quota.c 231 struct quotastat *info;

Completed in 17 milliseconds