Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
2999d12f
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
2999d12f
编写于
8月 18, 2009
作者:
T
Tao Ma
提交者:
Joel Becker
9月 22, 2009
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ocfs2: Add reflink support for xattr.
Signed-off-by:
N
Tao Ma
<
tao.ma@oracle.com
>
上级
a7fe7a3a
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
945 addition
and
12 deletion
+945
-12
fs/ocfs2/refcounttree.c
fs/ocfs2/refcounttree.c
+12
-12
fs/ocfs2/refcounttree.h
fs/ocfs2/refcounttree.h
+6
-0
fs/ocfs2/xattr.c
fs/ocfs2/xattr.c
+923
-0
fs/ocfs2/xattr.h
fs/ocfs2/xattr.h
+4
-0
未找到文件。
fs/ocfs2/refcounttree.c
浏览文件 @
2999d12f
...
...
@@ -1894,12 +1894,12 @@ static int ocfs2_split_refcount_rec(handle_t *handle,
return
ret
;
}
static
int
__
ocfs2_increase_refcount
(
handle_t
*
handle
,
struct
ocfs2_caching_info
*
ci
,
struct
buffer_head
*
ref_root_bh
,
u64
cpos
,
u32
len
,
struct
ocfs2_alloc_context
*
meta_ac
,
struct
ocfs2_cached_dealloc_ctxt
*
dealloc
)
int
ocfs2_increase_refcount
(
handle_t
*
handle
,
struct
ocfs2_caching_info
*
ci
,
struct
buffer_head
*
ref_root_bh
,
u64
cpos
,
u32
len
,
struct
ocfs2_alloc_context
*
meta_ac
,
struct
ocfs2_cached_dealloc_ctxt
*
dealloc
)
{
int
ret
=
0
,
index
;
struct
buffer_head
*
ref_leaf_bh
=
NULL
;
...
...
@@ -3631,9 +3631,9 @@ int ocfs2_add_refcount_flag(struct inode *inode,
goto
out_commit
;
}
ret
=
__
ocfs2_increase_refcount
(
handle
,
ref_ci
,
ref_root_bh
,
p_cluster
,
num_clusters
,
meta_ac
,
dealloc
);
ret
=
ocfs2_increase_refcount
(
handle
,
ref_ci
,
ref_root_bh
,
p_cluster
,
num_clusters
,
meta_ac
,
dealloc
);
if
(
ret
)
{
mlog_errno
(
ret
);
goto
out_commit
;
...
...
@@ -3822,9 +3822,9 @@ static int ocfs2_add_refcounted_extent(struct inode *inode,
goto
out_commit
;
}
ret
=
__
ocfs2_increase_refcount
(
handle
,
ref_ci
,
ref_root_bh
,
p_cluster
,
num_clusters
,
meta_ac
,
dealloc
);
ret
=
ocfs2_increase_refcount
(
handle
,
ref_ci
,
ref_root_bh
,
p_cluster
,
num_clusters
,
meta_ac
,
dealloc
);
if
(
ret
)
mlog_errno
(
ret
);
...
...
fs/ocfs2/refcounttree.h
浏览文件 @
2999d12f
...
...
@@ -93,4 +93,10 @@ int ocfs2_add_refcount_flag(struct inode *inode,
int
ocfs2_remove_refcount_tree
(
struct
inode
*
inode
,
struct
buffer_head
*
di_bh
);
int
ocfs2_try_remove_refcount_tree
(
struct
inode
*
inode
,
struct
buffer_head
*
di_bh
);
int
ocfs2_increase_refcount
(
handle_t
*
handle
,
struct
ocfs2_caching_info
*
ci
,
struct
buffer_head
*
ref_root_bh
,
u64
cpos
,
u32
len
,
struct
ocfs2_alloc_context
*
meta_ac
,
struct
ocfs2_cached_dealloc_ctxt
*
dealloc
);
#endif
/* OCFS2_REFCOUNTTREE_H */
fs/ocfs2/xattr.c
浏览文件 @
2999d12f
此差异已折叠。
点击以展开。
fs/ocfs2/xattr.h
浏览文件 @
2999d12f
...
...
@@ -90,4 +90,8 @@ int ocfs2_xattr_attach_refcount_tree(struct inode *inode,
struct
ocfs2_caching_info
*
ref_ci
,
struct
buffer_head
*
ref_root_bh
,
struct
ocfs2_cached_dealloc_ctxt
*
dealloc
);
int
ocfs2_reflink_xattrs
(
struct
inode
*
old_inode
,
struct
buffer_head
*
old_bh
,
struct
inode
*
new_inode
,
struct
buffer_head
*
new_bh
);
#endif
/* OCFS2_XATTR_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录