Searched defs:fs_quota_mountpoint (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota-fs.c57 struct fs_quota_mountpoint { struct
77 struct fs_quota_mountpoint *mount;
140 static void fs_quota_mountpoint_free(struct fs_quota_mountpoint *mount)
166 static struct fs_quota_mountpoint *fs_quota_mountpoint_get(const char *dir)
168 struct fs_quota_mountpoint *mount;
176 mount = i_new(struct fs_quota_mountpoint, 1);
204 const struct fs_quota_mountpoint *mount)
226 struct fs_quota_mountpoint *mount, const char *dir)
266 struct fs_quota_mountpoint *mount;
289 struct fs_quota_mountpoint *moun
[all...]

Completed in 19 milliseconds