Lines Matching refs:cursor
106 vfs_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor)
111 args.u.cursoropen.qc_cursor = cursor;
116 vfs_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor)
121 args.u.cursorclose.qc_cursor = cursor;
126 vfs_quotactl_cursorskipidtype(struct mount *mp, struct quotakcursor *cursor,
132 args.u.cursorskipidtype.qc_cursor = cursor;
138 vfs_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor,
145 args.u.cursorget.qc_cursor = cursor;
154 vfs_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor,
160 args.u.cursoratend.qc_cursor = cursor;
166 vfs_quotactl_cursorrewind(struct mount *mp, struct quotakcursor *cursor)
171 args.u.cursorrewind.qc_cursor = cursor;