Searched refs:htree_dirblock_to_tree (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ext3/ |
D | namei.c | 566 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() function 641 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext3_htree_fill_tree() 669 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext3_htree_fill_tree()
|
/linux-2.6.39/fs/ext4/ |
D | namei.c | 566 static int htree_dirblock_to_tree(struct file *dir_file, in htree_dirblock_to_tree() function 642 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 670 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|