Lines Matching refs:xr
2919 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root;
2920 xr->xt_clusters = cpu_to_le32(1);
2921 xr->xt_last_eb_blk = 0;
2922 xr->xt_list.l_tree_depth = 0;
2923 xr->xt_list.l_count = cpu_to_le16(
2925 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4277 struct ocfs2_xattr_tree_root *xr;
4338 xr = &xb->xb_attrs.xb_root;
4339 xr->xt_clusters = cpu_to_le32(1);
4340 xr->xt_last_eb_blk = 0;
4341 xr->xt_list.l_tree_depth = 0;
4342 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb));
4343 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4345 xr->xt_list.l_recs[0].e_cpos = 0;
4346 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno);
4347 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1);