Home
last modified time | relevance | path

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

/netbsd-src/lib/libquota/
H A Dquotapvt.h50 struct oldfiles_quotacursor *qc_oldfiles;
107 struct oldfiles_quotacursor *
109 void __quota_oldfiles_cursor_destroy(struct oldfiles_quotacursor *);
110 int __quota_oldfiles_cursor_skipidtype(struct oldfiles_quotacursor *,
113 struct oldfiles_quotacursor *,
116 struct oldfiles_quotacursor *,
119 int __quota_oldfiles_cursor_atend(struct oldfiles_quotacursor *);
120 int __quota_oldfiles_cursor_rewind(struct oldfiles_quotacursor *);
H A Dquota_oldfiles.c63 struct oldfiles_quotacursor { struct
700 struct oldfiles_quotacursor *
703 struct oldfiles_quotacursor *oqc; in __quota_oldfiles_cursor_create()
754 __quota_oldfiles_cursor_destroy(struct oldfiles_quotacursor *oqc) in __quota_oldfiles_cursor_destroy()
760 __quota_oldfiles_cursor_skipidtype(struct oldfiles_quotacursor *oqc, in __quota_oldfiles_cursor_skipidtype()
781 struct oldfiles_quotacursor *oqc, in __quota_oldfiles_cursor_get()
871 struct oldfiles_quotacursor *oqc, in __quota_oldfiles_cursor_getn()
904 __quota_oldfiles_cursor_atend(struct oldfiles_quotacursor *oqc) in __quota_oldfiles_cursor_atend()
918 __quota_oldfiles_cursor_rewind(struct oldfiles_quotacursor *oqc) in __quota_oldfiles_cursor_rewind()