Lines Matching defs:xr
2917 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root;
2918 xr->xt_clusters = cpu_to_le32(1);
2919 xr->xt_last_eb_blk = 0;
2920 xr->xt_list.l_tree_depth = 0;
2921 xr->xt_list.l_count = cpu_to_le16(
2923 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4284 struct ocfs2_xattr_tree_root *xr;
4345 xr = &xb->xb_attrs.xb_root;
4346 xr->xt_clusters = cpu_to_le32(1);
4347 xr->xt_last_eb_blk = 0;
4348 xr->xt_list.l_tree_depth = 0;
4349 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb));
4350 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4352 xr->xt_list.l_recs[0].e_cpos = 0;
4353 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno);
4354 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1);