MCPcopy Create free account
hub / github.com/F-Stack/f-stack / quota_close

Function quota_close

tools/libutil/quotafile.c:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void
212quota_close(struct quotafile *qf)
213{
214
215 if (qf->fd != -1)
216 close(qf->fd);
217 free(qf);
218}
219
220int
221quota_on(struct quotafile *qf)

Callers 1

quota_convertFunction · 0.85

Calls 2

closeFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected