Displaying 4 results from an estimated 4 matches for "dqinfo".
Did you mean:
dinfo
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...lt; 2
struct dqstats
{
u_int32_t lookups;
u_int32_t drops;
u_int32_t reads;
u_int32_t writes;
u_int32_t cache_hits;
u_int32_t pages_allocated;
u_int32_t allocated_dquots;
u_int32_t free_dquots;
u_int32_t syncs;
};
#else
/* Flags that indicate which fields in dqinfo structure are valid. */
# define IIF_BGRACE 1
# define IIF_IGRACE 2
# define IIF_FLAGS 4
# define IIF_ALL (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
struct dqinfo
{
u_int64_t dqi_bgrace;
u_int64_t dqi_igrace;
u_int32_t dqi_flags;
u_int32_t dqi_valid;
};
#endif...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...int32_t drops;
> ??? u_int32_t reads;
> ??? u_int32_t writes;
> ??? u_int32_t cache_hits;
> ??? u_int32_t pages_allocated;
> ??? u_int32_t allocated_dquots;
> ??? u_int32_t free_dquots;
> ??? u_int32_t syncs;
> ? };
> #else
>
> /* Flags that indicate which fields in dqinfo structure are valid.? */
> # define IIF_BGRACE???? 1
> # define IIF_IGRACE???? 2
> # define IIF_FLAGS????? 4
> # define IIF_ALL??????? (IIF_BGRACE | IIF_IGRACE | IIF_FLAGS)
>
> struct dqinfo
> ? {
> ??? u_int64_t dqi_bgrace;
> ??? u_int64_t dqi_igrace;
> ??? u_int32_t...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi,
I have problem with quota storage information in dovecot-2.2.29 (and
newer versions, too - 2.2.30.2).
I use FS quota backend.
............................
# 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.68-1 x86_64
mail_plugins = quota
plugin {
quota = fs:User quota:mount=/poczta:user
quota2 = fs:Group quota:mount=/poczta:group
}
protocol imap {
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
...f sb_any_quota_enabled().
quota: Remove compatibility function sb_any_quota_enabled()
quota: Introduce DQUOT_QUOTA_SYS_FILE flag
quota: Move quotaio_v[12].h from include/linux/ to fs/
quota: Split off quota tree handling into a separate file
quota: Convert union in mem_dqinfo to a pointer
quota: Allow negative usage of space and inodes
quota: Keep which entries were set by SETQUOTA quotactl
quota: Update version number
quota: Add helpers to allow ocfs2 specific quota initialization, freeing and recovery
quota: Implement function for scannin...