Lines Matching refs:dir

192 			       struct inode *dir, struct dentry *dentry)  in ovl_do_rmdir()  argument
194 int err = vfs_rmdir(ovl_upper_mnt_idmap(ofs), dir, dentry); in ovl_do_rmdir()
200 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink() argument
203 int err = vfs_unlink(ovl_upper_mnt_idmap(ofs), dir, dentry, NULL); in ovl_do_unlink()
210 struct inode *dir, struct dentry *new_dentry) in ovl_do_link() argument
212 int err = vfs_link(old_dentry, ovl_upper_mnt_idmap(ofs), dir, in ovl_do_link()
220 struct inode *dir, struct dentry *dentry, in ovl_do_create() argument
223 int err = vfs_create(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, true); in ovl_do_create()
230 struct inode *dir, struct dentry *dentry, in ovl_do_mkdir() argument
233 int err = vfs_mkdir(ovl_upper_mnt_idmap(ofs), dir, dentry, mode); in ovl_do_mkdir()
239 struct inode *dir, struct dentry *dentry, in ovl_do_mknod() argument
242 int err = vfs_mknod(ovl_upper_mnt_idmap(ofs), dir, dentry, mode, dev); in ovl_do_mknod()
249 struct inode *dir, struct dentry *dentry, in ovl_do_symlink() argument
252 int err = vfs_symlink(ovl_upper_mnt_idmap(ofs), dir, dentry, oldname); in ovl_do_symlink()
365 struct inode *dir, struct dentry *dentry) in ovl_do_whiteout() argument
367 int err = vfs_whiteout(ovl_upper_mnt_idmap(ofs), dir, dentry); in ovl_do_whiteout()
647 struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry,
673 int ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir,
684 static inline bool ovl_dir_is_real(struct inode *dir) in ovl_dir_is_real() argument
686 return !ovl_test_flag(OVL_WHITEOUTS, dir); in ovl_dir_is_real()
753 bool ovl_lookup_trap_inode(struct super_block *sb, struct dentry *dir);
754 struct inode *ovl_get_trap_inode(struct super_block *sb, struct dentry *dir);
787 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir,
798 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir,
801 struct inode *dir, struct dentry *newdentry,
803 int ovl_cleanup(struct ovl_fs *ofs, struct inode *dir, struct dentry *dentry);