Searched refs:ext3_htree_store_dirent (Results 1 – 3 of 3) sorted by relevance
/fs/ext3/ |
D | dir.c | 393 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, in ext3_htree_store_dirent() function
|
D | namei.c | 592 if ((err = ext3_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 647 if ((err = ext3_htree_store_dirent(dir_file, 0, 0, de)) != 0) in ext3_htree_fill_tree() 654 if ((err = ext3_htree_store_dirent(dir_file, 2, 0, de)) != 0) in ext3_htree_fill_tree()
|
D | ext3.h | 1016 extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash,
|