search for: i_blksize

Displaying 8 results from an estimated 8 matches for "i_blksize".

2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
...i->sbi_cihead); cii->c_magic = CODA_CNODE_MAGIC; } diff -ru linux-2.4.3p6/fs/ext2/ialloc.c linux-2.4.3p6-aed/fs/ext2/ialloc.c --- linux-2.4.3p6/fs/ext2/ialloc.c Fri Dec 8 18:35:54 2000 +++ linux-2.4.3p6-aed/fs/ext2/ialloc.c Fri Mar 23 00:47:46 2001 @@ -432,16 +416,13 @@ inode->i_blksize = PAGE_SIZE; /* This is the optimal IO size (for stat), not the fs block size */ inode->i_blocks = 0; inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME; + /* The inode->u struct is zeroed for us by new_inode() */ inode->u.ext2_i.i_new_inode = 1; inode->u.e...
2007 Mar 22
1
make error on 2.6.20
...cfs2-1.2.4/fs modules make[2]: Entering directory `/usr/src/kernels/2.6.20-1.2925.fc6-i686' CC [M] /opt/ocfs2-1.2.4/fs/configfs/inode.o /opt/ocfs2-1.2.4/fs/configfs/inode.c: In function ‘configfs_new_inode’: /opt/ocfs2-1.2.4/fs/configfs/inode.c:62: error: ‘struct inode’ has no member named ‘i_blksize’ make[4]: *** [/opt/ocfs2-1.2.4/fs/configfs/inode.o] Error 1 make[3]: *** [/opt/ocfs2-1.2.4/fs/configfs] Error 2 make[2]: *** [_module_/opt/ocfs2-1.2.4/fs] Error 2 make[2]: Leaving directory `/usr/src/kernels/2.6.20-1.2925.fc6-i686' make[1]: *** [build-modules] Error 2 make[1]: Leaving director...
2010 Dec 10
2
Issues with stat() call on CentOS5 vs CentOS4
Dear CentOS, I have recently upgraded several servers from CentOS4 to CentOS5 and I am noticing a strange change to the stat() call. I have written a very small program to test and show the behavior. I am calling stat() against a file which is exported from my NAS and mounted with 32k read/write sizes. [dougalb at centos4 tmp]$ cat my_stat.c #include <unistd.h> #include <stdio.h>
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...ERSION 2 #endif /* * Convert diskblocks to blocks and the other way around. * currently only to fool the BSD source. :-) */ #define dbtob(num) ((num) << 10) #define btodb(num) ((num) >> 10) /* * Convert count of filesystem blocks to diskquota blocks, meant * for filesystems where i_blksize != BLOCK_SIZE */ #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE) /* * Definitions for disk quotas imposed on the average user * (big brother finally hits Linux). * * The following constants define the amount of time given a user * before the soft limits are treated a...
2006 Oct 28
0
problems with compiling.
...edhat/BUILD/kernel-2.6.18/linux-2.6.18.i386' CC [M] /home/download/ocfs2-1.2.3/fs/configfs/inode.o /home/download/ocfs2-1.2.3/fs/configfs/inode.c: In function 'configfs_new_inode': /home/download/ocfs2-1.2.3/fs/configfs/inode.c:62: error: 'struct inode' has no member named 'i_blksize' make[4]: *** [/home/download/ocfs2-1.2.3/fs/configfs/inode.o] Error 1 make[3]: *** [/home/download/ocfs2-1.2.3/fs/configfs] Error 2 make[2]: *** [_module_/home/download/ocfs2-1.2.3/fs] Error 2 make[2]: Leaving directory `/usr/src/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i386' I have config...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...ks to blocks and the other way around. > ?* currently only to fool the BSD source. :-) > ?*/ > #define dbtob(num) ((num) << 10) > #define btodb(num) ((num) >> 10) > > /* > ?* Convert count of filesystem blocks to diskquota blocks, meant > ?* for filesystems where i_blksize != BLOCK_SIZE > ?*/ > #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE) > > /* > ?* Definitions for disk quotas imposed on the average user > ?* (big brother finally hits Linux). > ?* > ?* The following constants define the amount of time given a user...
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 {
2009 Feb 09
1
Compiling fuse-2.7.3glfs10 - Error
...sion... 2.6.28.4-smp checking if FUSE is configured in the kernel... yes checking if kernel defines kzalloc function... yes checking if kernel defines fs_subsys... no checking whether lookup_instantiate_filp is defined... yes checking if umount_begin is passed a vfsmount... no checking if inode has i_blksize field... no checking if inode has i_private field... yes checking if inode has i_mutex field ... yes checking if kernel has mutex.h ... yes checking if kernel has exportfs.h ... yes checking if kernel has BLOCK option ... yes checking if this is user mode linux... no configure: creating ./config.st...