Displaying 11 results from an estimated 11 matches for "dqblk_xfs".
2006 Jul 13
1
xfs quota support
Hello,
quota support is out of action on xfs filesystem on my centos 4.x .
Problem is that i haven't these file #include <linux/dqblk_xfs.h> on my
system.
Solution is simple. After instalation xfsprogs-devel you get necessary
files, but you must use another header file in
dovecot/src/plugins/quota/quota-fs.c. Instead <linux/dqblk_xfs.h> you
should use <xfs/xqm.h>.
If you advise me, how can i detect if <xfs...
2004 Jan 15
2
Installation Problem !!!
...lity... no
checking xfs/libxfs.h presence... no
checking for xfs/libxfs.h... no
checking xfs/xqm.h usability... no
checking xfs/xqm.h presence... no
checking for xfs/xqm.h... no
checking xfs/xfs_fs.h usability... no
checking xfs/xfs_fs.h presence... no
checking for xfs/xfs_fs.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking for struct if_dqblk in <linux/quota.h>... no
checking for struct mem_dqblk in <linux/quota.h>... yes
checking if struct dqblk has .dqb_fsoftlimit... no
checking for long quotactl(in...
2014 May 16
2
[LLVMdev] [llvmlinux] [LLVMLinux] Regression: rev 208833/208834 break linux kernel build in ASM handling
...61 "/src/linux/include/linux" "quota.h"
> .file 62 "/src/linux/include/linux" "projid.h"
> .file 63 "/src/linux/include/uapi/linux" "quota.h"
> .file 64 "/src/linux/include/uapi/linux" "dqblk_xfs.h"
> .file 65 "/src/linux/include/linux" "xattr.h"
> .file 66 "/src/linux/include/linux" "genhd.h"
> .file 67 "/src/linux/include/linux" "device.h"
> .file 68 "/src/linux/includ...
2014 May 16
2
[LLVMdev] [LLVMLinux] Regression: rev 208833/208834 break linux kernel build in ASM handling
Hi !
I reproduced it on the file init/main.c
The invocation, log and main.i / main.s is attached.
--
Dipl.-Ing.
Jan-Simon Möller
jansimon.moeller at gmx.de
Am Freitag, 16. Mai 2014, 14:25:47 schrieb Renato Golin:
> On 16 May 2014 14:01, Jan-Simon Möller <dl9pf at gmx.de> wrote:
> > A bisection points to
> >
> > git-svn-id:
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking xfs/xqm.h usability... no
checking xfs/xqm.h presence... no
checking for xfs/xqm.h... no
checking sasl.h usability... no
checking sasl.h presence... no
checking for sasl.h... no
checking sasl/s...
2006 Jun 20
1
Group-based filesystem quota
Hello. After using Dovecot for over a year, I have just started
experimenting with the filesystem quotas, and I have a suggestion for
improvement. On my mail server, I use group-based quotas, and would
like to have Dovecot be able to report these quotas.
It should be simple to implement, requiring only changes to the
quota-fs.c file of the quota plugin. Simply changing USRQUOTA to
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...r to try the lib/sysquotas.c interface on solaris2.9... no
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit.....
2010 May 11
1
Samba 3.5.2 compile on AIX
...r to try the lib/sysquotas.c interface on aix5.3.0.0... no
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... no
checking sys/quota.h presence... no
checking for sys/quota.h... no
checking for XFS QUOTA in <sys/quota.h>... no
checking if struct dqblk has .dqb_fsoftlimit.....
2006 Aug 21
2
Filesystem Quota Enhancement Patch
...include "str.h"
#include "mountpoint.h"
#include "quota-private.h"
#include "quota-fs.h"
#ifdef HAVE_FS_QUOTA
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#ifdef HAVE_LINUX_DQBLK_XFS_H
# include <linux/dqblk_xfs.h>
# define HAVE_XFS_QUOTA
#elif defined (HAVE_XFS_XQM_H)
# include <xfs/xqm.h> /* CentOS 4.x at least uses this */
# define HAVE_XFS_QUOTA
#endif
#ifndef DEV_BSIZE
# define DEV_BSIZE 512
#endif
#ifdef HAVE_STRUCT_DQBLK_CURSPACE
# define dqb_curblock...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...r to use the lib/sysquotas_xfs.c builtin support... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking sys/fs/vx_quota.h usability... no
checking sys/fs/vx_quota.h presence... no
checking for sys/fs/vx_quota.h... no
checking linux/dqblk_xfs.h usability... no
checking linux/dqblk_xfs.h presence... no
checking for linux/dqblk_xfs.h... no
checking sys/quota.h usability... yes
checking sys/quota.h presence... yes
checking for sys/quota.h... yes
checking if struct dqblk has .dqb_fsoftlimit... no
checking for mntent.h... (cached) yes
checki...
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