Home
last modified time | relevance | path

Searched refs:quotafile (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libutil/
H A Dlibutil.h196 struct quotafile;
197 int quota_check_path(const struct quotafile *_qf, const char *_path);
198 void quota_close(struct quotafile *_qf);
199 int quota_convert(struct quotafile *_qf, int _wordsize);
201 quota_fsname(const struct quotafile *_qf);
202 int quota_maxid(struct quotafile *_qf);
203 int quota_off(struct quotafile *_qf);
204 int quota_on(struct quotafile *_qf);
205 struct quotafile *
208 quota_qfname(const struct quotafile *_qf);
[all …]
H A DMakefile23 pidfile.c property.c pty.c pw_scan.c pw_util.c quotafile.c \
43 property.3 pty.3 quotafile.3 realhostname.3 realhostname_sa.3 \
72 MLINKS+=quotafile.3 quota_close.3 \
73 quotafile.3 quota_fsname.3 \
74 quotafile.3 quota_open.3 \
75 quotafile.3 quota_qfname.3 \
76 quotafile.3 quota_read.3 \
77 quotafile.3 quota_statfs.3 \
78 quotafile.3 quota_write_limits.3 \
79 quotafile.3 quota_write_usage.3
H A Dquotafile.c52 struct quotafile { struct
114 struct quotafile *
117 struct quotafile *qf; in quota_open()
212 quota_close(struct quotafile *qf) in quota_close()
221 quota_on(struct quotafile *qf) in quota_on()
230 quota_off(struct quotafile *qf) in quota_off()
237 quota_fsname(const struct quotafile *qf) in quota_fsname()
244 quota_qfname(const struct quotafile *qf) in quota_qfname()
261 quota_maxid(struct quotafile *qf) in quota_maxid()
517 quota_convert(struct quotafile *qf, int wordsize) in quota_convert()
[all …]