Searched defs:newdentry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | dir.c | 140 int ovl_mkdir_real(struct inode *dir, struct dentry **newdentry, umode_t mode) in ovl_mkdir_real() argument 170 struct dentry *ovl_create_real(struct inode *dir, struct dentry *newdentry, in ovl_create_real() argument 259 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink) ovl_instantiate() argument 323 struct dentry *newdentry; ovl_create_upper() local 464 struct dentry *newdentry; ovl_create_over_whiteout() local 1094 struct dentry *newdentry; ovl_rename() local [all...] |
H A D | overlayfs.h | 210 ovl_do_rename(struct inode *olddir, struct dentry *olddentry, struct inode *newdir, struct dentry *newdentry, unsigned int flags) ovl_do_rename() argument
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | dir.c | 140 ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir, struct dentry **newdentry, umode_t mode) ovl_mkdir_real() argument 171 ovl_create_real(struct ovl_fs *ofs, struct inode *dir, struct dentry *newdentry, struct ovl_cattr *attr) ovl_create_real() argument 262 ovl_instantiate(struct dentry *dentry, struct inode *inode, struct dentry *newdentry, bool hardlink) ovl_instantiate() argument 327 struct dentry *newdentry; ovl_create_upper() local 454 struct dentry *newdentry; ovl_create_over_whiteout() local 1085 struct dentry *newdentry; ovl_rename() local [all...] |
H A D | overlayfs.h | 340 ovl_do_rename(struct ovl_fs *ofs, struct inode *olddir, struct dentry *olddentry, struct inode *newdir, struct dentry *newdentry, unsigned int flags) ovl_do_rename() argument
|
Completed in 5 milliseconds