Symbol: quotakcursor
lib/libquota/quota_kernel.c
46
struct quotakcursor kcursor;
sys/kern/vfs_quotactl.c
106
vfs_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor)
sys/kern/vfs_quotactl.c
116
vfs_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor)
sys/kern/vfs_quotactl.c
126
vfs_quotactl_cursorskipidtype(struct mount *mp, struct quotakcursor *cursor,
sys/kern/vfs_quotactl.c
138
vfs_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor,
sys/kern/vfs_quotactl.c
154
vfs_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor,
sys/kern/vfs_quotactl.c
166
vfs_quotactl_cursorrewind(struct mount *mp, struct quotakcursor *cursor)
sys/kern/vfs_syscalls.c
1002
struct quotakcursor *cursor_u, int idtype)
sys/kern/vfs_syscalls.c
1004
struct quotakcursor cursor_k;
sys/kern/vfs_syscalls.c
1021
do_sys_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor_u,
sys/kern/vfs_syscalls.c
1026
struct quotakcursor cursor_k;
sys/kern/vfs_syscalls.c
1089
do_sys_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor_u,
sys/kern/vfs_syscalls.c
1092
struct quotakcursor cursor_k;
sys/kern/vfs_syscalls.c
1115
do_sys_quotactl_cursorrewind(struct mount *mp, struct quotakcursor *cursor_u)
sys/kern/vfs_syscalls.c
1117
struct quotakcursor cursor_k;
sys/kern/vfs_syscalls.c
970
do_sys_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor_u)
sys/kern/vfs_syscalls.c
972
struct quotakcursor cursor_k;
sys/kern/vfs_syscalls.c
987
do_sys_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor_u)
sys/kern/vfs_syscalls.c
989
struct quotakcursor cursor_k;
sys/sys/mount.h
178
struct quotakcursor; /* in sys/quotactl.h */
sys/sys/mount.h
415
int vfs_quotactl_cursoropen(struct mount *, struct quotakcursor *);
sys/sys/mount.h
416
int vfs_quotactl_cursorclose(struct mount *, struct quotakcursor *);
sys/sys/mount.h
417
int vfs_quotactl_cursorskipidtype(struct mount *, struct quotakcursor *,
sys/sys/mount.h
419
int vfs_quotactl_cursorget(struct mount *, struct quotakcursor *,
sys/sys/mount.h
421
int vfs_quotactl_cursoratend(struct mount *, struct quotakcursor *, int *);
sys/sys/mount.h
422
int vfs_quotactl_cursorrewind(struct mount *, struct quotakcursor *);
sys/sys/quotactl.h
123
struct quotakcursor *qc_cursor;
sys/sys/quotactl.h
126
struct quotakcursor *qc_cursor;
sys/sys/quotactl.h
129
struct quotakcursor *qc_cursor;
sys/sys/quotactl.h
133
struct quotakcursor *qc_cursor;
sys/sys/quotactl.h
140
struct quotakcursor *qc_cursor;
sys/sys/quotactl.h
144
struct quotakcursor *qc_cursor;
sys/ufs/lfs/ulfs_quota.c
499
struct quotakcursor *cursor = args->u.cursorget.qc_cursor;
sys/ufs/lfs/ulfs_quota.c
521
struct quotakcursor *cursor;
sys/ufs/lfs/ulfs_quota.c
562
struct quotakcursor *cursor = args->u.cursorclose.qc_cursor;
sys/ufs/lfs/ulfs_quota.c
585
struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor;
sys/ufs/lfs/ulfs_quota.c
609
struct quotakcursor *cursor = args->u.cursoratend.qc_cursor;
sys/ufs/lfs/ulfs_quota.c
633
struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor;
sys/ufs/lfs/ulfs_quota.h
135
int lfsquota2_handle_cmd_cursorget(struct ulfsmount *, struct quotakcursor *,
sys/ufs/lfs/ulfs_quota.h
137
int lfsquota2_handle_cmd_cursoropen(struct ulfsmount *, struct quotakcursor *);
sys/ufs/lfs/ulfs_quota.h
138
int lfsquota2_handle_cmd_cursorclose(struct ulfsmount *, struct quotakcursor *);
sys/ufs/lfs/ulfs_quota.h
139
int lfsquota2_handle_cmd_cursorskipidtype(struct ulfsmount *, struct quotakcursor *,
sys/ufs/lfs/ulfs_quota.h
141
int lfsquota2_handle_cmd_cursoratend(struct ulfsmount *, struct quotakcursor *,
sys/ufs/lfs/ulfs_quota.h
143
int lfsquota2_handle_cmd_cursorrewind(struct ulfsmount *, struct quotakcursor *);
sys/ufs/lfs/ulfs_quota.h
40
struct quotakcursor; /* from <sys/quotactl.h> */
sys/ufs/lfs/ulfs_quota2.c
1273
lfsquota2_handle_cmd_cursorget(struct ulfsmount *ump, struct quotakcursor *qkc,
sys/ufs/lfs/ulfs_quota2.c
1389
lfsquota2_handle_cmd_cursoropen(struct ulfsmount *ump, struct quotakcursor *qkc)
sys/ufs/lfs/ulfs_quota2.c
1409
lfsquota2_handle_cmd_cursorclose(struct ulfsmount *ump, struct quotakcursor *qkc)
sys/ufs/lfs/ulfs_quota2.c
1427
struct quotakcursor *qkc, int idtype)
sys/ufs/lfs/ulfs_quota2.c
1453
lfsquota2_handle_cmd_cursoratend(struct ulfsmount *ump, struct quotakcursor *qkc,
sys/ufs/lfs/ulfs_quota2.c
1470
lfsquota2_handle_cmd_cursorrewind(struct ulfsmount *ump, struct quotakcursor *qkc)
sys/ufs/ufs/ufs_quota.c
495
struct quotakcursor *cursor = args->u.cursorget.qc_cursor;
sys/ufs/ufs/ufs_quota.c
516
struct quotakcursor *cursor = args->u.cursoropen.qc_cursor;
sys/ufs/ufs/ufs_quota.c
543
struct quotakcursor *cursor = args->u.cursorclose.qc_cursor;
sys/ufs/ufs/ufs_quota.c
570
struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor;
sys/ufs/ufs/ufs_quota.c
593
struct quotakcursor *cursor = args->u.cursoratend.qc_cursor;
sys/ufs/ufs/ufs_quota.c
616
struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor;
sys/ufs/ufs/ufs_quota.h
134
int quota2_handle_cmd_cursorget(struct ufsmount *, struct quotakcursor *,
sys/ufs/ufs/ufs_quota.h
136
int quota2_handle_cmd_cursoropen(struct ufsmount *, struct quotakcursor *);
sys/ufs/ufs/ufs_quota.h
137
int quota2_handle_cmd_cursorclose(struct ufsmount *, struct quotakcursor *);
sys/ufs/ufs/ufs_quota.h
138
int quota2_handle_cmd_cursorskipidtype(struct ufsmount *, struct quotakcursor *,
sys/ufs/ufs/ufs_quota.h
140
int quota2_handle_cmd_cursoratend(struct ufsmount *, struct quotakcursor *,
sys/ufs/ufs/ufs_quota.h
142
int quota2_handle_cmd_cursorrewind(struct ufsmount *, struct quotakcursor *);
sys/ufs/ufs/ufs_quota.h
39
struct quotakcursor; /* from <sys/quotactl.h> */
sys/ufs/ufs/ufs_quota2.c
1278
quota2_handle_cmd_cursorget(struct ufsmount *ump, struct quotakcursor *qkc,
sys/ufs/ufs/ufs_quota2.c
1394
quota2_handle_cmd_cursoropen(struct ufsmount *ump, struct quotakcursor *qkc)
sys/ufs/ufs/ufs_quota2.c
1414
quota2_handle_cmd_cursorclose(struct ufsmount *ump, struct quotakcursor *qkc)
sys/ufs/ufs/ufs_quota2.c
1432
struct quotakcursor *qkc, int idtype)
sys/ufs/ufs/ufs_quota2.c
1458
quota2_handle_cmd_cursoratend(struct ufsmount *ump, struct quotakcursor *qkc,
sys/ufs/ufs/ufs_quota2.c
1475
quota2_handle_cmd_cursorrewind(struct ufsmount *ump, struct quotakcursor *qkc)