Searched refs:ext4_dir_entry_2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/ext4/ |
D | namei.c | 312 static struct ext4_dir_entry_2 *dx_move_dirents(struct inode *dir, char *from, 315 static struct ext4_dir_entry_2 *dx_pack_dirents(struct inode *dir, char *base, 325 struct ext4_dir_entry_2 **res_dir); 554 static inline struct ext4_dir_entry_2 * 555 ext4_next_entry(struct ext4_dir_entry_2 *p, unsigned long blocksize) in ext4_next_entry() 557 return (struct ext4_dir_entry_2 *)((char *)p + in ext4_next_entry() 652 struct ext4_dir_entry_2 *de, in dx_show_leaf() 757 dx_show_leaf(dir, hinfo, (struct ext4_dir_entry_2 *) in dx_show_entries() 1065 struct ext4_dir_entry_2 *de, *top; in htree_dirblock_to_tree() 1076 de = (struct ext4_dir_entry_2 *) bh->b_data; in htree_dirblock_to_tree() [all …]
|
D | inline.c | 997 struct ext4_dir_entry_2 *de = inline_start; in ext4_show_inline_dir() 1012 de = (struct ext4_dir_entry_2 *) ((char *) de + de_len); in ext4_show_inline_dir() 1032 struct ext4_dir_entry_2 *de; in ext4_add_dirent_to_inline() 1083 struct ext4_dir_entry_2 *de, *prev_de; in ext4_update_final_de() 1152 struct ext4_dir_entry_2 *de; in ext4_finish_convert_inline_dir() 1162 le32_to_cpu(((struct ext4_dir_entry_2 *)buf)->inode), 1); in ext4_finish_convert_inline_dir() 1357 struct ext4_dir_entry_2 *de; in ext4_inlinedir_to_tree() 1362 struct ext4_dir_entry_2 fake; in ext4_inlinedir_to_tree() 1390 parent_ino = le32_to_cpu(((struct ext4_dir_entry_2 *)dir_buf)->inode); in ext4_inlinedir_to_tree() 1418 de = (struct ext4_dir_entry_2 *)(dir_buf + pos); in ext4_inlinedir_to_tree() [all …]
|
D | dir.c | 58 static bool is_fake_dir_entry(struct ext4_dir_entry_2 *de) in is_fake_dir_entry() 80 struct ext4_dir_entry_2 *de, in __ext4_check_dir_entry() 130 struct ext4_dir_entry_2 *de; in ext4_readdir() 234 de = (struct ext4_dir_entry_2 *) in ext4_readdir() 257 de = (struct ext4_dir_entry_2 *) (bh->b_data + offset); in ext4_readdir() 461 struct ext4_dir_entry_2 *dirent, in ext4_htree_store_dirent() 646 struct ext4_dir_entry_2 *de; in ext4_check_all_de() 658 de = (struct ext4_dir_entry_2 *)((char *)de + rlen); in ext4_check_all_de()
|
D | ext4.h | 2284 #define EXT4_BASE_DIR_LEN (sizeof(struct ext4_dir_entry_2) - EXT4_NAME_LEN) 2310 struct ext4_dir_entry_2 { struct 2796 struct ext4_dir_entry_2 *, 2804 struct ext4_dir_entry_2 *dirent, 2811 struct ext4_dir_entry_2 **dest_de); 2813 struct ext4_dir_entry_2 *de, 3049 struct ext4_dir_entry_2 **res_dir); 3051 struct ext4_dir_entry_2 *de_del, 3585 struct ext4_dir_entry_2 **res_dir, 3589 struct ext4_dir_entry_2 *de_del, [all …]
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | directory.rst | 28 uses ``struct ext4_dir_entry_2`` for directory entries unless the 64 tree traversal. This format is ``ext4_dir_entry_2``, which is at most 126 ``ext4_extended_dir_entry_2`` to ``ext4_dir_entry_2`` except for the entries 209 ``struct ext4_dir_entry_2`` s and not stored in the tree. The rest of 215 contains a zeroed out ``struct ext4_dir_entry_2`` followed by a 217 array of all ``struct ext4_dir_entry_2``; all of these entries
|
D | super.rst | 630 - Directory entries record the file type. See ext4_dir_entry_2 below
|