• Home
  • Raw
  • Download

Lines Matching defs:dentry

110 			     struct dentry *dentry)  in ovl_cleanup_and_whiteout()
144 struct dentry *d, *dentry = *newdentry; in ovl_mkdir_real() local
233 static int ovl_set_opaque_xerr(struct dentry *dentry, struct dentry *upper, in ovl_set_opaque_xerr()
245 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque()
260 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate()
310 static bool ovl_type_merge(struct dentry *dentry) in ovl_type_merge()
315 static bool ovl_type_origin(struct dentry *dentry) in ovl_type_origin()
320 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper()
359 static struct dentry *ovl_clear_empty(struct dentry *dentry, in ovl_clear_empty()
458 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout()
566 static int ovl_create_or_link(struct dentry *dentry, struct inode *inode, in ovl_create_or_link()
617 static int ovl_create_object(struct dentry *dentry, int mode, dev_t rdev, in ovl_create_object()
655 static int ovl_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_create()
661 static int ovl_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in ovl_mkdir()
666 static int ovl_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, in ovl_mknod()
676 static int ovl_symlink(struct inode *dir, struct dentry *dentry, in ovl_symlink()
682 static int ovl_set_link_redirect(struct dentry *dentry) in ovl_set_link_redirect()
738 static bool ovl_matches_upper(struct dentry *dentry, struct dentry *upper) in ovl_matches_upper()
743 static int ovl_remove_and_whiteout(struct dentry *dentry, in ovl_remove_and_whiteout()
797 static int ovl_remove_upper(struct dentry *dentry, bool is_dir, in ovl_remove_upper()
848 static bool ovl_pure_upper(struct dentry *dentry) in ovl_pure_upper()
854 static void ovl_drop_nlink(struct dentry *dentry) in ovl_drop_nlink()
876 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove()
934 static int ovl_unlink(struct inode *dir, struct dentry *dentry) in ovl_unlink()
939 static int ovl_rmdir(struct inode *dir, struct dentry *dentry) in ovl_rmdir()
944 static bool ovl_type_merge_or_lower(struct dentry *dentry) in ovl_type_merge_or_lower()
951 static bool ovl_can_move(struct dentry *dentry) in ovl_can_move()
957 static char *ovl_get_redirect(struct dentry *dentry, bool abs_redirect) in ovl_get_redirect()
1017 static bool ovl_need_absolute_redirect(struct dentry *dentry, bool samedir) in ovl_need_absolute_redirect()
1044 static int ovl_set_redirect(struct dentry *dentry, bool samedir) in ovl_set_redirect()