Searched hist:"0129241 e2b3b90ff83a8c774353e5612d84bd493" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.h | diff 0129241e2b3b90ff83a8c774353e5612d84bd493 Mon Sep 21 00:04:19 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: Attach xattr clusters to refcount tree.
In ocfs2, when xattr's value is larger than OCFS2_XATTR_INLINE_SIZE, it will be kept outside of the blocks we store xattr entry. And they are stored in a b-tree also. So this patch try to attach all these clusters to refcount tree also.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
|
H A D | xattr.h | diff 0129241e2b3b90ff83a8c774353e5612d84bd493 Mon Sep 21 00:04:19 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: Attach xattr clusters to refcount tree.
In ocfs2, when xattr's value is larger than OCFS2_XATTR_INLINE_SIZE, it will be kept outside of the blocks we store xattr entry. And they are stored in a b-tree also. So this patch try to attach all these clusters to refcount tree also.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
|
H A D | refcounttree.c | diff 0129241e2b3b90ff83a8c774353e5612d84bd493 Mon Sep 21 00:04:19 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: Attach xattr clusters to refcount tree.
In ocfs2, when xattr's value is larger than OCFS2_XATTR_INLINE_SIZE, it will be kept outside of the blocks we store xattr entry. And they are stored in a b-tree also. So this patch try to attach all these clusters to refcount tree also.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
|
H A D | xattr.c | diff 0129241e2b3b90ff83a8c774353e5612d84bd493 Mon Sep 21 00:04:19 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: Attach xattr clusters to refcount tree.
In ocfs2, when xattr's value is larger than OCFS2_XATTR_INLINE_SIZE, it will be kept outside of the blocks we store xattr entry. And they are stored in a b-tree also. So this patch try to attach all these clusters to refcount tree also.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
|