Searched refs:ext4_htree_store_dirent (Results 1 – 4 of 4) sorted by relevance
/fs/ext4/ |
D | dir.c | 429 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() function
|
D | namei.c | 1001 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1014 err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 1091 err = ext4_htree_store_dirent(dir_file, 0, 0, in ext4_htree_fill_tree() 1102 err = ext4_htree_store_dirent(dir_file, 2, 0, in ext4_htree_fill_tree()
|
D | inline.c | 1438 err = ext4_htree_store_dirent(dir_file, hinfo->hash, in htree_inlinedir_to_tree()
|
D | ext4.h | 2386 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
|