Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/efs/
H A Defs.h87 #define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS) macro
106 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
110 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \
H A Ddir.c29 if (inode->i_size & (EFS_DIRBSIZE-1)) in efs_readdir()
30 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n", in efs_readdir()
84 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) { in efs_readdir()
H A Dnamei.c27 if (inode->i_size & (EFS_DIRBSIZE-1)) in efs_find_entry()
28 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n", in efs_find_entry()
/kernel/linux/linux-6.6/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)) in efs_readdir()
30 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n", in efs_readdir()
84 if (nameptr - (char *) dirblock + namelen > EFS_DIRBSIZE) { in efs_readdir()
H A Dnamei.c27 if (inode->i_size & (EFS_DIRBSIZE-1)) in efs_find_entry()
28 pr_warn("%s(): directory size not a multiple of EFS_DIRBSIZE\n", in efs_find_entry()

Completed in 3 milliseconds