Displaying 5 results from an estimated 5 matches for "dqb_valid".
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...allocated inodes */
u_int64_t dqb_isoftlimit; /* preferred inode limit */
u_int64_t dqb_curinodes; /* current # allocated inodes */
u_int64_t dqb_btime; /* time limit for excessive disk use */
u_int64_t dqb_itime; /* time limit for excessive files */
u_int32_t dqb_valid; /* bitmask of QIF_* constants */
};
#endif
/*
* Shorthand notation.
*/
#define dq_bhardlimit dq_dqb.dqb_bhardlimit
#define dq_bsoftlimit dq_dqb.dqb_bsoftlimit
#if _LINUX_QUOTA_VERSION < 2
# define dq_curblocks dq_dqb.dqb_curblocks
#else
# define dq_curspace dq_dqb.dqb_cursp...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...??? u_int64_t dqb_isoftlimit;?? /* preferred inode limit */
> ??? u_int64_t dqb_curinodes;??? /* current # allocated inodes */
> ??? u_int64_t dqb_btime;??????? /* time limit for excessive disk use */
> ??? u_int64_t dqb_itime;??????? /* time limit for excessive files */
> ??? u_int32_t dqb_valid;??????? /* bitmask of QIF_* constants */
> ? };
> #endif
>
> /*
> ?* Shorthand notation.
> ?*/
> #define dq_bhardlimit?? dq_dqb.dqb_bhardlimit
> #define dq_bsoftlimit?? dq_dqb.dqb_bsoftlimit
> #if _LINUX_QUOTA_VERSION < 2
> # define dq_curblocks?? dq_dqb.dqb_curbloc...
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 Oct 24
19
[PATCH 00/00] Implement quotas for OCFS2 (version 2)
Hello,
the following patch series implements quotas for OCFS2. The patch
series is based on:
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git linux-next
I've adressed Joel's comments, also node recovery is now fully working
and I've fixed a few issues I found during my testing. So I'm currently
not aware of any bugs. Please review, test, comment. Thanks.
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi,
This is the second batch of Ocfs2 patches intended for the merge window. The
1st batch were sent out previously:
http://lkml.org/lkml/2008/12/19/280
The bulk of this set is comprised of Jan Kara's patches to add quota support
to Ocfs2. Many of the quota patches are to generic code, which I carried to
make merging of the Ocfs2 support easier. All of the non-ocfs2 patches
should have