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

/linux-master/fs/efs/
H A Defs.h84 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS) macro
103 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
107 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
H A Ddir.c29 if (inode->i_size & (EFS_DIRBSIZE-1))
30 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n",
84 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) {
H A Dnamei.c27 if (inode->i_size & (EFS_DIRBSIZE-1))
28 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n",

Completed in 109 milliseconds