Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.c3055 struct ocfs2_extent_rec replace_rec; in ocfs2_clear_ext_refcount()
3064 memset(&replace_rec, 0, sizeof(replace_rec)); in ocfs2_clear_ext_refcount()
3065 replace_rec.e_cpos = cpu_to_le32(cpos); in ocfs2_clear_ext_refcount()
3066 replace_rec.e_leaf_clusters = cpu_to_le16(len); in ocfs2_clear_ext_refcount()
3067 replace_rec.e_blkno = cpu_to_le64(ocfs2_clusters_to_blocks(sb, in ocfs2_clear_ext_refcount()
3069 replace_rec.e_flags = ext_flags; in ocfs2_clear_ext_refcount()
3070 replace_rec.e_flags &= ~OCFS2_EXT_REFCOUNTED; in ocfs2_clear_ext_refcount()
3096 &replace_rec, meta_ac, dealloc); in ocfs2_clear_ext_refcount()
3058 struct ocfs2_extent_rec replace_rec; ocfs2_clear_ext_refcount() local