OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotakcursor
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/sys/
quotactl.h
73
struct
quotakcursor
{
struct
123
struct
quotakcursor
*qc_cursor;
126
struct
quotakcursor
*qc_cursor;
129
struct
quotakcursor
*qc_cursor;
133
struct
quotakcursor
*qc_cursor;
140
struct
quotakcursor
*qc_cursor;
144
struct
quotakcursor
*qc_cursor;
mount.h
178
struct
quotakcursor
; /* in sys/quotactl.h */
415
int vfs_quotactl_cursoropen(struct mount *, struct
quotakcursor
*);
416
int vfs_quotactl_cursorclose(struct mount *, struct
quotakcursor
*);
417
int vfs_quotactl_cursorskipidtype(struct mount *, struct
quotakcursor
*,
419
int vfs_quotactl_cursorget(struct mount *, struct
quotakcursor
*,
421
int vfs_quotactl_cursoratend(struct mount *, struct
quotakcursor
*, int *);
422
int vfs_quotactl_cursorrewind(struct mount *, struct
quotakcursor
*);
/src/sys/ufs/lfs/
ulfs_quota.h
40
struct
quotakcursor
; /* from <sys/quotactl.h> */
135
int lfsquota2_handle_cmd_cursorget(struct ulfsmount *, struct
quotakcursor
*,
137
int lfsquota2_handle_cmd_cursoropen(struct ulfsmount *, struct
quotakcursor
*);
138
int lfsquota2_handle_cmd_cursorclose(struct ulfsmount *, struct
quotakcursor
*);
139
int lfsquota2_handle_cmd_cursorskipidtype(struct ulfsmount *, struct
quotakcursor
*,
141
int lfsquota2_handle_cmd_cursoratend(struct ulfsmount *, struct
quotakcursor
*,
143
int lfsquota2_handle_cmd_cursorrewind(struct ulfsmount *, struct
quotakcursor
*);
ulfs_quota.c
499
struct
quotakcursor
*cursor = args->u.cursorget.qc_cursor;
521
struct
quotakcursor
*cursor;
562
struct
quotakcursor
*cursor = args->u.cursorclose.qc_cursor;
585
struct
quotakcursor
*cursor = args->u.cursorskipidtype.qc_cursor;
609
struct
quotakcursor
*cursor = args->u.cursoratend.qc_cursor;
633
struct
quotakcursor
*cursor = args->u.cursorrewind.qc_cursor;
ulfs_quota2.c
1273
lfsquota2_handle_cmd_cursorget(struct ulfsmount *ump, struct
quotakcursor
*qkc,
1389
lfsquota2_handle_cmd_cursoropen(struct ulfsmount *ump, struct
quotakcursor
*qkc)
1409
lfsquota2_handle_cmd_cursorclose(struct ulfsmount *ump, struct
quotakcursor
*qkc)
1427
struct
quotakcursor
*qkc, int idtype)
1453
lfsquota2_handle_cmd_cursoratend(struct ulfsmount *ump, struct
quotakcursor
*qkc,
1470
lfsquota2_handle_cmd_cursorrewind(struct ulfsmount *ump, struct
quotakcursor
*qkc)
/src/sys/ufs/ufs/
ufs_quota.h
39
struct
quotakcursor
; /* from <sys/quotactl.h> */
134
int quota2_handle_cmd_cursorget(struct ufsmount *, struct
quotakcursor
*,
136
int quota2_handle_cmd_cursoropen(struct ufsmount *, struct
quotakcursor
*);
137
int quota2_handle_cmd_cursorclose(struct ufsmount *, struct
quotakcursor
*);
138
int quota2_handle_cmd_cursorskipidtype(struct ufsmount *, struct
quotakcursor
*,
140
int quota2_handle_cmd_cursoratend(struct ufsmount *, struct
quotakcursor
*,
142
int quota2_handle_cmd_cursorrewind(struct ufsmount *, struct
quotakcursor
*);
ufs_quota.c
491
struct
quotakcursor
*cursor = args->u.cursorget.qc_cursor;
512
struct
quotakcursor
*cursor = args->u.cursoropen.qc_cursor;
539
struct
quotakcursor
*cursor = args->u.cursorclose.qc_cursor;
566
struct
quotakcursor
*cursor = args->u.cursorskipidtype.qc_cursor;
589
struct
quotakcursor
*cursor = args->u.cursoratend.qc_cursor;
612
struct
quotakcursor
*cursor = args->u.cursorrewind.qc_cursor;
ufs_quota2.c
1275
quota2_handle_cmd_cursorget(struct ufsmount *ump, struct
quotakcursor
*qkc,
1391
quota2_handle_cmd_cursoropen(struct ufsmount *ump, struct
quotakcursor
*qkc)
1411
quota2_handle_cmd_cursorclose(struct ufsmount *ump, struct
quotakcursor
*qkc)
1429
struct
quotakcursor
*qkc, int idtype)
1455
quota2_handle_cmd_cursoratend(struct ufsmount *ump, struct
quotakcursor
*qkc,
1472
quota2_handle_cmd_cursorrewind(struct ufsmount *ump, struct
quotakcursor
*qkc)
/src/sys/kern/
vfs_quotactl.c
106
vfs_quotactl_cursoropen(struct mount *mp, struct
quotakcursor
*cursor)
116
vfs_quotactl_cursorclose(struct mount *mp, struct
quotakcursor
*cursor)
126
vfs_quotactl_cursorskipidtype(struct mount *mp, struct
quotakcursor
*cursor,
138
vfs_quotactl_cursorget(struct mount *mp, struct
quotakcursor
*cursor,
154
vfs_quotactl_cursoratend(struct mount *mp, struct
quotakcursor
*cursor,
166
vfs_quotactl_cursorrewind(struct mount *mp, struct
quotakcursor
*cursor)
vfs_syscalls.c
969
do_sys_quotactl_cursoropen(struct mount *mp, struct
quotakcursor
*cursor_u)
971
struct
quotakcursor
cursor_k;
986
do_sys_quotactl_cursorclose(struct mount *mp, struct
quotakcursor
*cursor_u)
988
struct
quotakcursor
cursor_k;
1001
struct
quotakcursor
*cursor_u, int idtype)
1003
struct
quotakcursor
cursor_k;
1020
do_sys_quotactl_cursorget(struct mount *mp, struct
quotakcursor
*cursor_u,
1025
struct
quotakcursor
cursor_k;
1088
do_sys_quotactl_cursoratend(struct mount *mp, struct
quotakcursor
*cursor_u,
1091
struct
quotakcursor
cursor_k
[
all
...]
/src/lib/libquota/
quota_kernel.c
46
struct
quotakcursor
kcursor;
Completed in 21 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025