Searched refs:EMPTY_DIR_SIZE_V1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | dir.c | 286 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1() 296 put_deh_location(dot, EMPTY_DIR_SIZE_V1 - strlen(".")); in make_empty_dir_item_v1()
|
H A D | namei.c | 845 EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, in reiserfs_mkdir() 890 * EMPTY_DIR_SIZE_V1. So, if the inode is either size, in reiserfs_empty_dir() 894 inode->i_size != EMPTY_DIR_SIZE_V1) { in reiserfs_empty_dir()
|
H A D | inode.c | 1822 TYPE_DIRENTRY, EMPTY_DIR_SIZE_V1, 2); in reiserfs_new_directory()
|
H A D | reiserfs.h | 1924 #define EMPTY_DIR_SIZE_V1 (DEH_SIZE * 2 + 3) macro
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | dir.c | 286 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1() 296 put_deh_location(dot, EMPTY_DIR_SIZE_V1 - strlen(".")); in make_empty_dir_item_v1()
|
H A D | namei.c | 845 EMPTY_DIR_SIZE_V1 : EMPTY_DIR_SIZE, in reiserfs_mkdir() 890 * EMPTY_DIR_SIZE_V1. So, if the inode is either size, in reiserfs_empty_dir() 894 inode->i_size != EMPTY_DIR_SIZE_V1) { in reiserfs_empty_dir()
|
H A D | reiserfs.h | 1921 #define EMPTY_DIR_SIZE_V1 (DEH_SIZE * 2 + 3) macro
|
H A D | inode.c | 1812 TYPE_DIRENTRY, EMPTY_DIR_SIZE_V1, 2); in reiserfs_new_directory()
|
Completed in 25 milliseconds