HomeSort by: relevance | last modified time | path
    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 495 struct quotakcursor *cursor = args->u.cursorget.qc_cursor;
516 struct quotakcursor *cursor = args->u.cursoropen.qc_cursor;
543 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor;
570 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor;
593 struct quotakcursor *cursor = args->u.cursoratend.qc_cursor;
616 struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor;
ufs_quota2.c 1278 quota2_handle_cmd_cursorget(struct ufsmount *ump, struct quotakcursor *qkc,
1394 quota2_handle_cmd_cursoropen(struct ufsmount *ump, struct quotakcursor *qkc)
1414 quota2_handle_cmd_cursorclose(struct ufsmount *ump, struct quotakcursor *qkc)
1432 struct quotakcursor *qkc, int idtype)
1458 quota2_handle_cmd_cursoratend(struct ufsmount *ump, struct quotakcursor *qkc,
1475 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 970 do_sys_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor_u)
972 struct quotakcursor cursor_k;
987 do_sys_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor_u)
989 struct quotakcursor cursor_k;
1002 struct quotakcursor *cursor_u, int idtype)
1004 struct quotakcursor cursor_k;
1021 do_sys_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor_u,
1026 struct quotakcursor cursor_k;
1089 do_sys_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor_u,
1092 struct quotakcursor cursor_k
    [all...]
  /src/lib/libquota/
quota_kernel.c 46 struct quotakcursor kcursor;

Completed in 22 milliseconds