Lines Matching defs:dentry
111 struct dentry *dentry) in ovl_cleanup_and_whiteout()
145 struct dentry *d, *dentry = *newdentry; in ovl_mkdir_real() local
235 static int ovl_set_opaque_xerr(struct dentry *dentry, struct dentry *upper, in ovl_set_opaque_xerr()
248 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque()
263 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate()
314 static bool ovl_type_merge(struct dentry *dentry) in ovl_type_merge()
319 static bool ovl_type_origin(struct dentry *dentry) in ovl_type_origin()
324 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper()
362 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty()
446 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout()
556 static const struct cred *ovl_setup_cred_for_create(struct dentry *dentry, in ovl_setup_cred_for_create()
589 static int ovl_create_or_link(struct dentry *dentry, struct inode *inode, in ovl_create_or_link()
642 static int ovl_create_object(struct dentry *dentry, int mode, dev_t rdev, in ovl_create_object()
685 struct dentry *dentry, umode_t mode, bool excl) in ovl_create()
691 struct dentry *dentry, umode_t mode) in ovl_mkdir()
697 struct dentry *dentry, umode_t mode, dev_t rdev) in ovl_mknod()
707 struct dentry *dentry, const char *link) in ovl_symlink()
712 static int ovl_set_link_redirect(struct dentry *dentry) in ovl_set_link_redirect()
763 static bool ovl_matches_upper(struct dentry *dentry, struct dentry *upper) in ovl_matches_upper()
768 static int ovl_remove_and_whiteout(struct dentry *dentry, in ovl_remove_and_whiteout()
822 static int ovl_remove_upper(struct dentry *dentry, bool is_dir, in ovl_remove_upper()
874 static bool ovl_pure_upper(struct dentry *dentry) in ovl_pure_upper()
880 static void ovl_drop_nlink(struct dentry *dentry) in ovl_drop_nlink()
902 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove()
952 static int ovl_unlink(struct inode *dir, struct dentry *dentry) in ovl_unlink()
957 static int ovl_rmdir(struct inode *dir, struct dentry *dentry) in ovl_rmdir()
962 static bool ovl_type_merge_or_lower(struct dentry *dentry) in ovl_type_merge_or_lower()
969 static bool ovl_can_move(struct dentry *dentry) in ovl_can_move()
975 static char *ovl_get_redirect(struct dentry *dentry, bool abs_redirect) in ovl_get_redirect()
1035 static bool ovl_need_absolute_redirect(struct dentry *dentry, bool samedir) in ovl_need_absolute_redirect()
1062 static int ovl_set_redirect(struct dentry *dentry, bool samedir) in ovl_set_redirect()
1320 static int ovl_create_tmpfile(struct file *file, struct dentry *dentry, in ovl_create_tmpfile()
1379 struct dentry *dentry = file->f_path.dentry; in ovl_tmpfile() local