Lines Matching refs:old
46 int ovl_copy_xattr(struct super_block *sb, struct dentry *old,
54 if (!(old->d_inode->i_opflags & IOP_XATTR) ||
58 list_size = vfs_listxattr(old, NULL, 0);
69 list_size = vfs_listxattr(old, buf, list_size);
96 size = vfs_getxattr(old, name, value, value_size);
98 size = vfs_getxattr(old, name, NULL, 0);
133 static int ovl_copy_up_data(struct ovl_fs *ofs, struct path *old,
149 old_file = ovl_path_open(old, O_LARGEFILE | O_RDONLY);
549 const struct cred *old;
557 cc->old = cc->new = NULL;
563 cc->old = override_creds(cc->new);
571 revert_creds(cc->old);
699 * is possible that the copy up will lock the old parent. At that point