Home
last modified time | relevance | path

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

/netbsd/lib/libquota/
H A Dquota_cursor.c94 qc->u.qc_kernel = __quota_kernel_cursor_create(qh); in quota_opencursor()
95 if (qc->u.qc_kernel == NULL) { in quota_opencursor()
113 __quota_kernel_cursor_destroy(qc->qc_qh, qc->u.qc_kernel); in quotacursor_close()
128 qc->u.qc_kernel, in quotacursor_skipidtype()
145 return __quota_kernel_cursor_get(qc->qc_qh, qc->u.qc_kernel, in quotacursor_get()
163 return __quota_kernel_cursor_getn(qc->qc_qh, qc->u.qc_kernel, in quotacursor_getn()
178 return __quota_kernel_cursor_atend(qc->qc_qh, qc->u.qc_kernel); in quotacursor_atend()
191 return __quota_kernel_cursor_rewind(qc->qc_qh,qc->u.qc_kernel); in quotacursor_rewind()
H A Dquotapvt.h51 struct kernel_quotacursor *qc_kernel; member