Searched defs:upperdentry (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/overlayfs/ |
D | inode.c | 20 struct dentry *upperdentry; in ovl_setattr() local 325 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_xattr_set() local 662 struct dentry *upperdentry, in ovl_get_nlink() 723 struct dentry *upperdentry, bool strict) in ovl_verify_inode() 871 struct dentry *upperdentry = oip->upperdentry; in ovl_get_inode() local
|
D | util.c | 233 struct dentry *upperdentry = ovl_i_dentry_upper(inode); in ovl_inode_upper() local 401 void ovl_inode_init(struct inode *inode, struct dentry *upperdentry, in ovl_inode_init() 419 void ovl_inode_update(struct inode *inode, struct dentry *upperdentry) in ovl_inode_update() 566 int ovl_check_setxattr(struct dentry *dentry, struct dentry *upperdentry, in ovl_check_setxattr() 587 int ovl_set_impure(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_impure() 691 struct dentry *upperdentry = ovl_dentry_upper(dentry); in ovl_cleanup_index() local
|
D | copy_up.c | 180 static int ovl_set_size(struct dentry *upperdentry, struct kstat *stat) in ovl_set_size() 190 static int ovl_set_timestamps(struct dentry *upperdentry, struct kstat *stat) in ovl_set_timestamps() 202 int ovl_set_attr(struct dentry *upperdentry, struct kstat *stat) in ovl_set_attr()
|
D | namei.c | 322 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh() 364 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin() 814 struct dentry *upperdir, *upperdentry = NULL; in ovl_lookup() local
|
D | dir.c | 221 static int ovl_set_opaque(struct dentry *dentry, struct dentry *upperdentry) in ovl_set_opaque() 404 static int ovl_set_upper_acl(struct dentry *upperdentry, const char *name, in ovl_set_upper_acl() 826 struct dentry *upperdentry; in ovl_do_remove() local
|
D | overlayfs.h | 367 struct dentry *upperdentry; member
|