Home
last modified time | relevance | path

Searched refs:xr_clusters (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dxattr.c703 u32 prev_clusters, logical_start = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation()
718 prev_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_extend_allocation()
735 clusters_to_add -= le32_to_cpu(vb->vb_xv->xr_clusters) - in ocfs2_xattr_extend_allocation()
786 le32_add_cpu(&vb->vb_xv->xr_clusters, -len); in __ocfs2_remove_xattr_range()
858 u32 old_clusters = le32_to_cpu(vb->vb_xv->xr_clusters); in ocfs2_xattr_value_truncate()
1117 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_get_value_outside()
1366 BUG_ON(clusters > le32_to_cpu(xv->xr_clusters)); in __ocfs2_xattr_set_value_outside()
1905 return le32_to_cpu(vb.vb_xv->xr_clusters); in ocfs2_xa_value_clusters()
5879 le32_to_cpu(vb.vb_xv->xr_clusters), p); in ocfs2_prepare_refcount_xattr()
5901 u32 clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_xattr_value_attach_refcount()
[all …]
H A Docfs2_fs.h1032 /*00*/ __le32 xr_clusters; /* clusters covered by xattr value. */ member
H A Drefcounttree.c3516 u32 cpos = 0, clusters = le32_to_cpu(xv->xr_clusters); in ocfs2_refcounted_xattr_delete_need()
H A Dalloc.c278 le32_add_cpu(&vb->vb_xv->xr_clusters, clusters); in ocfs2_xattr_value_update_clusters()