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

  /src/lib/libquota/
quota_kernel.c 52 struct quotactl_args args;
97 struct quotactl_args args;
123 struct quotactl_args args;
138 struct quotactl_args args;
152 struct quotactl_args args;
187 struct quotactl_args args;
198 struct quotactl_args args;
210 struct quotactl_args args;
221 struct quotactl_args args;
231 struct quotactl_args args
    [all...]
  /src/sys/kern/
vfs_quotactl.c 40 struct quotactl_args args;
51 struct quotactl_args args;
63 struct quotactl_args args;
75 struct quotactl_args args;
87 struct quotactl_args args;
98 struct quotactl_args args;
108 struct quotactl_args args;
118 struct quotactl_args args;
129 struct quotactl_args args;
142 struct quotactl_args args
    [all...]
vfs_subr.c 1551 VFS_QUOTACTL(struct mount *mp, struct quotactl_args *args)
vfs_syscalls.c 1160 do_sys_quotactl(const char *path_u, const struct quotactl_args *args)
1253 syscallarg(struct quotactl_args *) args;
1255 struct quotactl_args args;
  /src/sys/sys/
quotactl.h 97 struct quotactl_args { struct
158 int __quotactl(const char *, struct quotactl_args *);
vfs_syscalls.h 37 struct quotactl_args;
81 int do_sys_quotactl(const char *, const struct quotactl_args *);
mount.h 174 struct quotactl_args; /* in sys/quotactl.h */
194 int (*vfs_quotactl) (struct mount *, struct quotactl_args *);
239 int VFS_QUOTACTL(struct mount *, struct quotactl_args *);
259 int fsname##_quotactl(struct mount *, struct quotactl_args *); \
syscallargs.h 3131 syscallarg(struct quotactl_args *) args;
  /src/sys/ufs/lfs/
ulfs_quota.c 76 struct quotactl_args *args);
78 struct quotactl_args *args);
80 struct quotactl_args *args);
82 struct quotactl_args *args);
84 struct quotactl_args *args);
86 struct quotactl_args *args);
88 struct quotactl_args *args);
90 struct quotactl_args *args);
92 struct quotactl_args *args);
94 struct quotactl_args *args)
    [all...]
ulfs_extern.h 124 struct quotactl_args *);
141 int ulfs_quotactl(struct mount *, struct quotactl_args *);
ulfs_vfsops.c 103 ulfs_quotactl(struct mount *mp, struct quotactl_args *args)
  /src/sys/ufs/ufs/
ufs_quota.c 75 struct quotactl_args *args);
77 struct quotactl_args *args);
79 struct quotactl_args *args);
81 struct quotactl_args *args);
83 struct quotactl_args *args);
85 struct quotactl_args *args);
87 struct quotactl_args *args);
89 struct quotactl_args *args);
91 struct quotactl_args *args);
93 struct quotactl_args *args)
    [all...]
ufs_extern.h 158 struct quotactl_args *);
175 int ufs_quotactl(struct mount *, struct quotactl_args *);
ufs_vfsops.c 124 ufs_quotactl(struct mount *mp, struct quotactl_args *args)
  /src/sys/miscfs/genfs/
layer_extern.h 84 int layerfs_quotactl(struct mount *, struct quotactl_args *);
layer_vfsops.c 147 layerfs_quotactl(struct mount *mp, struct quotactl_args *args)
  /src/sys/compat/netbsd32/
netbsd32_quota.c 58 struct quotactl_args args;
  /src/sys/fs/unionfs/
unionfs_vfsops.c 376 unionfs_quotactl(struct mount *mp, struct quotactl_args *args)
  /src/sys/rump/include/rump/
rump_syscalls.h 868 struct quotactl_args;
1069 int rump_sys___quotactl(const char *, struct quotactl_args *) __RENAME(RUMP_SYS_RENAME___QUOTACTL);
  /src/lib/librumphijack/
hijack.c 2814 (const char *path, struct quotactl_args *args), \
2815 (const char *, struct quotactl_args *), \
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 6258 int rump___sysimpl___quotactl(const char *, struct quotactl_args *);
6260 rump___sysimpl___quotactl(const char * path, struct quotactl_args * args)

Completed in 34 milliseconds