Searched refs:mountpoint (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib/
H A Dmountpoint.h4 struct mountpoint { struct
14 int mountpoint_get(const char *path, pool_t pool, struct mountpoint *point_r);
18 /* Returns the next mountpoint or NULL if there are no more. */
19 const struct mountpoint *mountpoint_iter_next(struct mountpoint_iter *iter);
H A Dmountpoint.c4 #include "mountpoint.h"
64 struct mountpoint *point_r)
89 int mountpoint_get(const char *path, pool_t pool, struct mountpoint *point_r)
101 const struct mountpoint *mnt;
147 struct mountpoint mnt;
199 const struct mountpoint *mountpoint_iter_next(struct mountpoint_iter *iter)
/dovecot/src/config/
H A Dsysinfo-get.c4 #include "mountpoint.h"
86 struct mountpoint mp;
/dovecot/src/plugins/quota/
H A Dquota-fs.c9 #include "mountpoint.h"
169 struct mountpoint point;

Completed in 34 milliseconds