Searched refs:ext4_dir_entry_2 (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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); 556 static inline struct ext4_dir_entry_2 * 557 ext4_next_entry(struct ext4_dir_entry_2 *p, unsigned long blocksize)  in ext4_next_entry() 559 	return (struct ext4_dir_entry_2 *)((char *)p +  in ext4_next_entry() 654 				struct ext4_dir_entry_2 *de,  in dx_show_leaf() 761 		   dx_show_leaf(dir, hinfo, (struct ext4_dir_entry_2 *)  in dx_show_entries() 1075 	struct ext4_dir_entry_2 *de, *top;  in htree_dirblock_to_tree() 1086 	de = (struct ext4_dir_entry_2 *) bh->b_data;  in htree_dirblock_to_tree() [all …] 
 | 
| D | inline.c | 978 	struct ext4_dir_entry_2 *de = inline_start;  in ext4_show_inline_dir() 993 		de = (struct ext4_dir_entry_2 *) ((char *) de + de_len);  in ext4_show_inline_dir() 1013 	struct ext4_dir_entry_2 *de;  in ext4_add_dirent_to_inline() 1064 	struct ext4_dir_entry_2 *de, *prev_de;  in ext4_update_final_de() 1133 	struct ext4_dir_entry_2 *de;  in ext4_finish_convert_inline_dir() 1143 		le32_to_cpu(((struct ext4_dir_entry_2 *)buf)->inode), 1);  in ext4_finish_convert_inline_dir() 1339 	struct ext4_dir_entry_2 *de;  in ext4_inlinedir_to_tree() 1344 	struct ext4_dir_entry_2 fake;  in ext4_inlinedir_to_tree() 1372 	parent_ino = le32_to_cpu(((struct ext4_dir_entry_2 *)dir_buf)->inode);  in ext4_inlinedir_to_tree() 1400 			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 | 2283 #define EXT4_BASE_DIR_LEN (sizeof(struct ext4_dir_entry_2) - EXT4_NAME_LEN) 2309 struct ext4_dir_entry_2 {  struct 2792 				  struct ext4_dir_entry_2 *, 2800 				struct ext4_dir_entry_2 *dirent, 2807 			     struct ext4_dir_entry_2 **dest_de); 2809 			struct ext4_dir_entry_2 *de, 3047 			   struct ext4_dir_entry_2 **res_dir); 3049 				     struct ext4_dir_entry_2 *de_del, 3564 					struct ext4_dir_entry_2 **res_dir, 3568 				    struct ext4_dir_entry_2 *de_del, [all …] 
 | 
| /Linux-v6.6/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
  |