Searched refs:EFS_DIRBSIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/efs/
H A Defs.h80 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS) macro
99 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
103 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
H A Ddir.c33 if (inode->i_size & (EFS_DIRBSIZE-1))
34 printk(KERN_WARNING "EFS: WARNING: readdir(): directory size not a multiple of EFS_DIRBSIZE\n");
83 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) {
H A Dnamei.c25 if (inode->i_size & (EFS_DIRBSIZE-1))
26 printk(KERN_WARNING "EFS: WARNING: find_entry(): directory size not a multiple of EFS_DIRBSIZE\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/efs/
H A Defs.h80 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS) macro
99 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
103 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
H A Ddir.c33 if (inode->i_size & (EFS_DIRBSIZE-1))
34 printk(KERN_WARNING "EFS: WARNING: readdir(): directory size not a multiple of EFS_DIRBSIZE\n");
83 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) {
H A Dnamei.c25 if (inode->i_size & (EFS_DIRBSIZE-1))
26 printk(KERN_WARNING "EFS: WARNING: find_entry(): directory size not a multiple of EFS_DIRBSIZE\n");

Completed in 104 milliseconds