Lines Matching defs:dir

223 static inline unsigned dx_root_limit (struct inode *dir, unsigned infosize)  in dx_root_limit()
230 static inline unsigned dx_node_limit (struct inode *dir) in dx_node_limit()
288 struct stats dx_show_entries(struct dx_hash_info *hinfo, struct inode *dir, in dx_show_entries()
329 dx_probe(struct qstr *entry, struct inode *dir, in dx_probe()
494 static int ext3_htree_next_block(struct inode *dir, __u32 hash, in ext3_htree_next_block()
558 struct inode *dir, int block, in htree_dirblock_to_tree()
615 struct inode *dir; in ext3_htree_fill_tree() local
794 struct inode *dir, in search_dirblock()
842 static struct buffer_head *ext3_find_entry(struct inode *dir, in ext3_find_entry()
964 static struct buffer_head * ext3_dx_find_entry(struct inode *dir, in ext3_dx_find_entry()
1014 static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in ext3_lookup()
1138 static struct ext3_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1246 struct inode *dir = d_inode(dentry->d_parent); in add_dirent_to_buf() local
1333 struct inode *dir = d_inode(dentry->d_parent); in make_indexed_dir() local
1438 struct inode *dir = d_inode(dentry->d_parent); in ext3_add_entry() local
1492 struct inode *dir = d_inode(dentry->d_parent); in ext3_dx_add_entry() local
1624 struct inode * dir, in ext3_delete_entry()
1692 static int ext3_create (struct inode * dir, struct dentry * dentry, umode_t mode, in ext3_create()
1725 static int ext3_mknod (struct inode * dir, struct dentry *dentry, in ext3_mknod()
1762 static int ext3_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext3_tmpfile()
1800 static int ext3_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) in ext3_mkdir()
2103 static int ext3_rmdir (struct inode * dir, struct dentry *dentry) in ext3_rmdir()
2164 static int ext3_unlink(struct inode * dir, struct dentry *dentry) in ext3_unlink()
2222 static int ext3_symlink (struct inode * dir, in ext3_symlink()
2328 struct inode * dir, struct dentry *dentry) in ext3_link()