Lines Matching refs:path
47 static int ovl_copy_acl(struct ovl_fs *ofs, const struct path *path,
53 real_acl = ovl_get_acl_path(path, acl_name, false);
76 int ovl_copy_xattr(struct super_block *sb, const struct path *oldpath, struct dentry *new)
172 static int ovl_copy_fileattr(struct inode *inode, const struct path *old,
173 const struct path *new)
236 struct path datapath;
537 struct path lowerpath;
591 static int ovl_copy_up_data(struct ovl_copy_up_ctx *c, const struct path *temp)
614 struct path upperpath = { .mnt = ovl_upper_mnt(ofs), .dentry = temp };
646 struct path lowerdatapath;
711 struct path path = { .mnt = ovl_upper_mnt(ofs) };
742 path.dentry = temp;
743 err = ovl_copy_up_data(c, &path);
949 struct path lowerdata;
963 static ssize_t ovl_getxattr_value(const struct path *path, char *name, char **value)
968 res = ovl_do_getxattr(path, name, NULL, 0);
977 res = ovl_do_getxattr(path, name, buf, res);
990 struct path upperpath;
1040 struct path parentpath;