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

/dovecot/src/plugins/quota/
H A Dquota-fs.c73 char *storage_mount_path; member in struct:fs_quota_root
118 i_free(root->storage_mount_path);
119 root->storage_mount_path = i_strdup(param_value);
162 i_free(root->storage_mount_path);
199 ((root)->storage_mount_path == NULL || \
200 strcmp((root)->storage_mount_path, (mount)->mount_path) == 0))
275 root->storage_mount_path == NULL || root->mount != NULL)
278 mount = fs_quota_mountpoint_get(root->storage_mount_path);
281 root->storage_mount_path);
861 if (root->storage_mount_path
[all...]

Completed in 213 milliseconds