Home | History | Annotate | Download | only in lfs

Lines Matching defs:cursor

499 		struct quotakcursor *cursor = args->u.cursorget.qc_cursor;
505 error = lfsquota2_handle_cmd_cursorget(ump, cursor, keys, vals,
521 struct quotakcursor *cursor;
534 cursor = args->u.cursoropen.qc_cursor;
535 error = lfsquota2_handle_cmd_cursoropen(ump, cursor);
562 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor;
563 error = lfsquota2_handle_cmd_cursorclose(ump, cursor);
585 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor;
587 error = lfsquota2_handle_cmd_cursorskipidtype(ump, cursor, idtype);
609 struct quotakcursor *cursor = args->u.cursoratend.qc_cursor;
611 error = lfsquota2_handle_cmd_cursoratend(ump, cursor, ret);
633 struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor;
634 error = lfsquota2_handle_cmd_cursorrewind(ump, cursor);