Home
last modified time | relevance | path

Searched refs:quotactl_args (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/kern/
H A Dvfs_quotactl.c40 struct quotactl_args args; in vfs_quotactl_stat()
51 struct quotactl_args args; in vfs_quotactl_idtypestat()
63 struct quotactl_args args; in vfs_quotactl_objtypestat()
75 struct quotactl_args args; in vfs_quotactl_get()
87 struct quotactl_args args; in vfs_quotactl_put()
98 struct quotactl_args args; in vfs_quotactl_del()
108 struct quotactl_args args; in vfs_quotactl_cursoropen()
118 struct quotactl_args args; in vfs_quotactl_cursorclose()
129 struct quotactl_args args; in vfs_quotactl_cursorskipidtype()
142 struct quotactl_args args; in vfs_quotactl_cursorget()
[all …]
H A Dvfs_subr.c1551 VFS_QUOTACTL(struct mount *mp, struct quotactl_args *args) in VFS_QUOTACTL()
H A Dvfs_syscalls.c1158 do_sys_quotactl(const char *path_u, const struct quotactl_args *args) in do_sys_quotactl()
1251 syscallarg(struct quotactl_args *) args; in dostatvfs()
1253 struct quotactl_args args; in dostatvfs()
/netbsd-src/lib/libquota/
H A Dquota_kernel.c52 struct quotactl_args args; in __quota_kernel_stat()
97 struct quotactl_args args; in __quota_kernel_idtype_getname()
123 struct quotactl_args args; in __quota_kernel_objtype_getname()
138 struct quotactl_args args; in __quota_kernel_objtype_isbytes()
152 struct quotactl_args args; in __quota_kernel_quotaon()
187 struct quotactl_args args; in __quota_kernel_quotaoff()
198 struct quotactl_args args; in __quota_kernel_get()
210 struct quotactl_args args; in __quota_kernel_put()
221 struct quotactl_args args; in __quota_kernel_delete()
231 struct quotactl_args args; in __quota_kernel_cursor_create()
[all …]
/netbsd-src/sys/ufs/ufs/
H A Dufs_quota.c75 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 …]
H A Dufs_extern.h158 struct quotactl_args *);
175 int ufs_quotactl(struct mount *, struct quotactl_args *);
H A Dufs_vfsops.c124 ufs_quotactl(struct mount *mp, struct quotactl_args *args) in ufs_quotactl()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota.c76 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 …]
H A Dulfs_extern.h124 struct quotactl_args *);
141 int ulfs_quotactl(struct mount *, struct quotactl_args *);
H A Dulfs_vfsops.c103 ulfs_quotactl(struct mount *mp, struct quotactl_args *args) in ulfs_quotactl()
/netbsd-src/sys/sys/
H A Dquotactl.h97 struct quotactl_args { struct
158 int __quotactl(const char *, struct quotactl_args *); argument
H A Dvfs_syscalls.h37 struct quotactl_args;
81 int do_sys_quotactl(const char *, const struct quotactl_args *);
H A Dmount.h174 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 *); \
H A Dsyscallargs.h3131 syscallarg(struct quotactl_args *) args;
/netbsd-src/sys/miscfs/genfs/
H A Dlayer_extern.h84 int layerfs_quotactl(struct mount *, struct quotactl_args *);
H A Dlayer_vfsops.c147 layerfs_quotactl(struct mount *mp, struct quotactl_args *args) in layerfs_quotactl()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_quota.c58 struct quotactl_args args; in netbsd32___quotactl()
/netbsd-src/sys/rump/include/rump/
H A Drump_syscalls.h868 struct quotactl_args;
1069 int rump_sys___quotactl(const char *, struct quotactl_args *) __RENAME(RUMP_SYS_RENAME___QUOTACTL);
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_vfsops.c376 unionfs_quotactl(struct mount *mp, struct quotactl_args *args) in unionfs_quotactl()
/netbsd-src/lib/librumphijack/
H A Dhijack.c2814 (const char *path, struct quotactl_args *args), \
2815 (const char *, struct quotactl_args *), \
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c6258 int rump___sysimpl___quotactl(const char *, struct quotactl_args *);
6260 rump___sysimpl___quotactl(const char * path, struct quotactl_args * args) in rump___sysimpl___quotactl()