new_oi           6477 fs/ocfs2/xattr.c 	struct ocfs2_inode_info *new_oi;
new_oi           6519 fs/ocfs2/xattr.c 	new_oi = OCFS2_I(args->new_inode);
new_oi           6524 fs/ocfs2/xattr.c 	if (!(new_oi->ip_dyn_features & OCFS2_INLINE_DATA_FL) &&
new_oi           6530 fs/ocfs2/xattr.c 	spin_lock(&new_oi->ip_lock);
new_oi           6531 fs/ocfs2/xattr.c 	new_oi->ip_dyn_features |= OCFS2_HAS_XATTR_FL | OCFS2_INLINE_XATTR_FL;
new_oi           6532 fs/ocfs2/xattr.c 	new_di->i_dyn_features = cpu_to_le16(new_oi->ip_dyn_features);
new_oi           6533 fs/ocfs2/xattr.c 	spin_unlock(&new_oi->ip_lock);
new_oi           6588 fs/ocfs2/xattr.c 	struct ocfs2_inode_info *new_oi = OCFS2_I(args->new_inode);
new_oi           6619 fs/ocfs2/xattr.c 	if (!(new_oi->ip_dyn_features & OCFS2_HAS_XATTR_FL)) {
new_oi           6650 fs/ocfs2/xattr.c 	if (!(new_oi->ip_dyn_features & OCFS2_HAS_XATTR_FL)) {
new_oi           6652 fs/ocfs2/xattr.c 		spin_lock(&new_oi->ip_lock);
new_oi           6653 fs/ocfs2/xattr.c 		new_oi->ip_dyn_features |= OCFS2_HAS_XATTR_FL;
new_oi           6654 fs/ocfs2/xattr.c 		new_di->i_dyn_features = cpu_to_le16(new_oi->ip_dyn_features);
new_oi           6655 fs/ocfs2/xattr.c 		spin_unlock(&new_oi->ip_lock);