Lines Matching defs:dentry
34 struct dentry *ovl_lookup_temp(struct dentry *workdir, struct dentry *dentry) in ovl_lookup_temp()
53 struct dentry *dentry) in ovl_whiteout()
135 static int ovl_dir_getattr(struct vfsmount *mnt, struct dentry *dentry, in ovl_dir_getattr()
161 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper()
212 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty()
290 static struct dentry *ovl_check_empty_and_clear(struct dentry *dentry) in ovl_check_empty_and_clear()
316 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout()
385 static int ovl_create_or_link(struct dentry *dentry, int mode, dev_t rdev, in ovl_create_or_link()
440 static int ovl_create_object(struct dentry *dentry, int mode, dev_t rdev, in ovl_create_object()
454 static int ovl_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_create()
460 static int ovl_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ovl_mkdir()
465 static int ovl_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_mknod()
475 static int ovl_symlink(struct inode *dir, struct dentry *dentry, in ovl_symlink()
504 static int ovl_remove_and_whiteout(struct dentry *dentry, bool is_dir) in ovl_remove_and_whiteout()
595 static int ovl_remove_upper(struct dentry *dentry, bool is_dir) in ovl_remove_upper()
628 static inline int ovl_check_sticky(struct dentry *dentry) in ovl_check_sticky()
639 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove()
693 static int ovl_unlink(struct inode *dir, struct dentry *dentry) in ovl_unlink()
698 static int ovl_rmdir(struct inode *dir, struct dentry *dentry) in ovl_rmdir()