HomeSort by: relevance | last modified time | path
    Searched refs:quotacursor (Results 1 - 5 of 5) sorted by relevancy

  /src/include/
quota.h 39 struct quotacursor; /* Opaque. */
71 struct quotacursor *quota_opencursor(struct quotahandle *);
72 void quotacursor_close(struct quotacursor *);
74 int quotacursor_skipidtype(struct quotacursor *, int /*idtype*/);
76 int quotacursor_get(struct quotacursor *, struct quotakey *,
79 int quotacursor_getn(struct quotacursor *, struct quotakey *,
82 int quotacursor_atend(struct quotacursor *);
83 int quotacursor_rewind(struct quotacursor *);
  /src/lib/libquota/
quota_cursor.c 40 struct quotacursor *
43 struct quotacursor *qc;
106 quotacursor_close(struct quotacursor *qc)
120 quotacursor_skipidtype(struct quotacursor *qc, int idtype)
136 quotacursor_get(struct quotacursor *qc,
153 quotacursor_getn(struct quotacursor *qc,
171 quotacursor_atend(struct quotacursor *qc)
185 quotacursor_rewind(struct quotacursor *qc)
quotapvt.h 46 struct quotacursor { struct
  /src/usr.sbin/quotarestore/
quotarestore.c 316 struct quotacursor *qc;
  /src/usr.sbin/repquota/
repquota.c 228 struct quotacursor *qc;

Completed in 12 milliseconds