Searched refs:ext3_dir_entry_2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ext3/ |
D | namei.c | 151 static int dx_make_map(struct ext3_dir_entry_2 *de, unsigned blocksize, 154 static struct ext3_dir_entry_2 *dx_move_dirents (char *from, char *to, 156 static struct ext3_dir_entry_2 *dx_pack_dirents(char *base, unsigned blocksize); 163 struct qstr *entry, struct ext3_dir_entry_2 **res_dir, 171 static inline struct ext3_dir_entry_2 * 172 ext3_next_entry(struct ext3_dir_entry_2 *p) in ext3_next_entry() 174 return (struct ext3_dir_entry_2 *)((char *)p + in ext3_next_entry() 258 static struct stats dx_show_leaf(struct dx_hash_info *hinfo, struct ext3_dir_entry_2 *de, in dx_show_leaf() 306 dx_show_leaf(hinfo, (struct ext3_dir_entry_2 *) bh->b_data, blocksize, 0); in dx_show_entries() 563 struct ext3_dir_entry_2 *de, *top; in htree_dirblock_to_tree() [all …]
|
D | dir.c | 63 struct ext3_dir_entry_2 * de, in ext3_check_dir_entry() 97 struct ext3_dir_entry_2 *de; in ext3_readdir() 158 de = (struct ext3_dir_entry_2 *) in ext3_readdir() 179 de = (struct ext3_dir_entry_2 *) (bh->b_data + offset); in ext3_readdir() 348 struct ext3_dir_entry_2 *dirent) in ext3_htree_store_dirent()
|
D | ext3.h | 839 struct ext3_dir_entry_2 { struct 1020 struct ext3_dir_entry_2 *, 1024 struct ext3_dir_entry_2 *dirent);
|