Searched refs:dir_file (Results 1 – 6 of 6) 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() argument 588 dir_file->f_pos = (dir_file->f_pos | in htree_dirblock_to_tree() 600 if ((err = ext3_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 620 int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext3_htree_fill_tree() argument 634 dir = dir_file->f_path.dentry->d_inode; in ext3_htree_fill_tree() 641 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext3_htree_fill_tree() 648 frame = dx_probe(NULL, dir_file->f_path.dentry->d_inode, &hinfo, frames, &err); in ext3_htree_fill_tree() 655 if ((err = ext3_htree_store_dirent(dir_file, 0, 0, de)) != 0) in ext3_htree_fill_tree() 662 if ((err = ext3_htree_store_dirent(dir_file, 2, 0, de)) != 0) in ext3_htree_fill_tree() 669 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext3_htree_fill_tree()
|
D | dir.c | 332 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, in ext3_htree_store_dirent() argument 341 info = (struct dir_private_info *) dir_file->private_data; in ext3_htree_store_dirent()
|
/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() argument 589 dir_file->f_pos = (dir_file->f_pos | in htree_dirblock_to_tree() 601 if ((err = ext4_htree_store_dirent(dir_file, in htree_dirblock_to_tree() 621 int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash, in ext4_htree_fill_tree() argument 635 dir = dir_file->f_path.dentry->d_inode; in ext4_htree_fill_tree() 642 count = htree_dirblock_to_tree(dir_file, dir, 0, &hinfo, in ext4_htree_fill_tree() 656 if ((err = ext4_htree_store_dirent(dir_file, 0, 0, de)) != 0) in ext4_htree_fill_tree() 663 if ((err = ext4_htree_store_dirent(dir_file, 2, 0, de)) != 0) in ext4_htree_fill_tree() 670 ret = htree_dirblock_to_tree(dir_file, dir, block, &hinfo, in ext4_htree_fill_tree()
|
D | dir.c | 354 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent() argument 363 info = dir_file->private_data; in ext4_htree_store_dirent()
|
D | ext4.h | 1668 extern int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, 1755 extern int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
|
/linux-2.6.39/include/linux/ |
D | ext3_fs.h | 874 extern int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, 930 extern int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
|