Searched defs:upperdentry (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 28 struct dentry *upperdentry; in ovl_setattr() local 359 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_xattr_set() local 611 struct dentry *upperdentry = ovl_dentry_upper(dentry); in ovl_set_or_remove_acl() local 1128 struct dentry *upperdentry, in ovl_get_nlink() 1190 struct dentry *upperdentry, bool strict) in ovl_verify_inode() 1339 struct dentry *upperdentry = oip->upperdentry; in ovl_get_inode() local
|
H A D | util.c | 149 void ovl_dentry_init_reval(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_reval() 155 void ovl_dentry_init_flags(struct dentry *dentry, struct dentry *upperdentry, in ovl_dentry_init_flags() 355 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_inode_upper() local 526 void ovl_inode_update(struct inode *inode, struct dentry *upperdentry) in ovl_inode_update() 783 int ovl_check_setxattr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_setxattr() 803 int ovl_set_impure(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_impure() 975 struct dentry *upperdentry = ovl_dentry_upper(dentry); in ovl_cleanup_index() local
|
H A D | namei.c | 115 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_get_fh() 416 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() 466 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 1009 struct dentry *upperdir, *upperdentry = NULL; in ovl_lookup() local
|
H A D | overlayfs.h | 185 struct dentry *upperdentry, in ovl_do_notify_change() 275 struct dentry *upperdentry, in ovl_getxattr_upper() 482 struct dentry *upperdentry) in ovl_check_origin_xattr() 534 struct dentry *upperdentry) in ovl_is_impuredir() 742 struct dentry *upperdentry; member
|
H A D | copy_up.c | 325 struct dentry *upperdentry, struct kstat *stat) in ovl_set_size() 335 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps() 348 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_attr()
|
H A D | dir.c | 247 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque() 433 static int ovl_set_upper_acl(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_upper_acl()
|
H A D | super.c | 1295 struct dentry *upperdentry, in ovl_get_root()
|