Searched refs:bfs_find_entry (Results 1 – 1 of 1) sorted by relevance
/fs/bfs/ |
D | dir.c | 25 static struct buffer_head *bfs_find_entry(struct inode *dir, 137 bh = bfs_find_entry(dir, &dentry->d_name, &de); in bfs_lookup() 178 bh = bfs_find_entry(dir, &dentry->d_name, &de); in bfs_unlink() 223 old_bh = bfs_find_entry(old_dir, &old_dentry->d_name, &old_de); in bfs_rename() 230 new_bh = bfs_find_entry(new_dir, &new_dentry->d_name, &new_de); in bfs_rename() 321 static struct buffer_head *bfs_find_entry(struct inode *dir, in bfs_find_entry() function
|