Home
last modified time | relevance | path

Searched refs:ext4_dir_entry_2 (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ext4/
H A Dnamei.c296 struct ext4_dir_entry_2 **res_dir);
525 static inline struct ext4_dir_entry_2 *
526 ext4_next_entry(struct ext4_dir_entry_2 *p, unsigned long blocksize) in ext4_next_entry()
528 return (struct ext4_dir_entry_2 *)((char *)p + in ext4_next_entry()
623 struct ext4_dir_entry_2 *de, in dx_show_leaf()
730 dx_show_leaf(dir, hinfo, (struct ext4_dir_entry_2 *) in dx_show_entries()
1044 struct ext4_dir_entry_2 *de, *top; in htree_dirblock_to_tree()
1055 de = (struct ext4_dir_entry_2 *) bh->b_data; in htree_dirblock_to_tree()
1057 top = (struct ext4_dir_entry_2 *) ((char *) de + in htree_dirblock_to_tree()
1155 struct ext4_dir_entry_2 *d in ext4_htree_fill_tree()
[all...]
H A Dinline.c924 struct ext4_dir_entry_2 *de = inline_start; in ext4_show_inline_dir()
939 de = (struct ext4_dir_entry_2 *) ((char *) de + de_len); in ext4_show_inline_dir()
959 struct ext4_dir_entry_2 *de; in ext4_add_dirent_to_inline()
1010 struct ext4_dir_entry_2 *de, *prev_de; in ext4_update_final_de()
1149 le32_to_cpu(((struct ext4_dir_entry_2 *)buf)->inode), in ext4_convert_inline_data_nolock()
1249 struct ext4_dir_entry_2 *de; in ext4_inlinedir_to_tree()
1254 struct ext4_dir_entry_2 fake; in ext4_inlinedir_to_tree()
1282 parent_ino = le32_to_cpu(((struct ext4_dir_entry_2 *)dir_buf)->inode); in ext4_inlinedir_to_tree()
1310 de = (struct ext4_dir_entry_2 *)(dir_buf + pos); in ext4_inlinedir_to_tree()
1367 struct ext4_dir_entry_2 *d in ext4_read_inline_dir()
[all...]
H A Ddir.c58 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()
133 struct ext4_dir_entry_2 *de; in ext4_readdir()
238 de = (struct ext4_dir_entry_2 *) in ext4_readdir()
261 de = (struct ext4_dir_entry_2 *) (bh->b_data + offset); in ext4_readdir()
471 struct ext4_dir_entry_2 *dirent, in ext4_htree_store_dirent()
650 struct ext4_dir_entry_2 *de; in ext4_check_all_de()
662 de = (struct ext4_dir_entry_2 *)((char *)de + rlen); in ext4_check_all_de()
H A Dext4.h2334 #define EXT4_BASE_DIR_LEN (sizeof(struct ext4_dir_entry_2) - EXT4_NAME_LEN)
2346 * followed ext4_dir_entry_2's name[name_len] at the next 4 byte aligned
2360 struct ext4_dir_entry_2 { struct
2369 * Access the hashes at the end of ext4_dir_entry_2 argument
2842 struct ext4_dir_entry_2 *,
2850 struct ext4_dir_entry_2 *dirent,
2856 struct ext4_dir_entry_2 **dest_de);
2858 struct ext4_dir_entry_2 *de,
3111 struct ext4_dir_entry_2 **res_dir);
3113 struct ext4_dir_entry_2 *de_de
[all...]
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst28 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
H A Dsuper.rst638 - Directory entries record the file type. See ext4_dir_entry_2 below