Lines Matching defs:dentry
37 struct dentry *ovl_lookup_temp(struct dentry *workdir, struct dentry *dentry) in ovl_lookup_temp()
58 struct dentry *dentry) in ovl_whiteout()
140 static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_dir_getattr()
170 static void ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate()
188 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper()
239 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty()
317 static struct dentry *ovl_check_empty_and_clear(struct dentry *dentry) in ovl_check_empty_and_clear()
375 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout()
480 static int ovl_create_or_link(struct dentry *dentry, struct inode *inode, in ovl_create_or_link()
529 static int ovl_create_object(struct dentry *dentry, int mode, dev_t rdev, in ovl_create_object()
560 static int ovl_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_create()
566 static int ovl_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ovl_mkdir()
571 static int ovl_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_mknod()
581 static int ovl_symlink(struct inode *dir, struct dentry *dentry, in ovl_symlink()
614 static int ovl_remove_and_whiteout(struct dentry *dentry, bool is_dir) in ovl_remove_and_whiteout()
685 static int ovl_remove_upper(struct dentry *dentry, bool is_dir) in ovl_remove_upper()
723 static inline int ovl_check_sticky(struct dentry *dentry) in ovl_check_sticky()
734 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove()
773 static int ovl_unlink(struct inode *dir, struct dentry *dentry) in ovl_unlink()
778 static int ovl_rmdir(struct inode *dir, struct dentry *dentry) in ovl_rmdir()