Home
last modified time | relevance | path

Searched refs:qc_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/lib/libquota/
H A Dquota_cursor.c84 qc->qc_type = QC_OLDFILES; in quota_opencursor()
93 qc->qc_type = QC_KERNEL; in quota_opencursor()
108 switch (qc->qc_type) { in quotacursor_close()
122 switch (qc->qc_type) { in quotacursor_skipidtype()
139 switch (qc->qc_type) { in quotacursor_get()
157 switch (qc->qc_type) { in quotacursor_getn()
173 switch (qc->qc_type) { in quotacursor_atend()
187 switch (qc->qc_type) { in quotacursor_rewind()
H A Dquotapvt.h48 enum { QC_OLDFILES, QC_KERNEL } qc_type; member