Searched refs:qh_groupfile (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_open.c126 qh->qh_groupfile = -1;
149 if (qh->qh_groupfile >= 0) {
150 close(qh->qh_groupfile);
H A Dquota_oldfiles.c424 &qh->qh_groupfile)) {
454 if (qh->qh_groupfile >= 0) {
455 close(qh->qh_groupfile);
456 qh->qh_groupfile = -1;
499 file = qh->qh_groupfile;
586 file = qh->qh_groupfile;
727 if (qh->qh_groupfile >= 0) {
742 if (fstat(qh->qh_groupfile, &st) < 0) {
H A Dquotapvt.h43 int qh_groupfile; member in struct:quotahandle

Completed in 108 milliseconds