Lines Matching defs:xr
2911 struct ocfs2_xattr_tree_root *xr = &xblk->xb_attrs.xb_root;
2912 xr->xt_clusters = cpu_to_le32(1);
2913 xr->xt_last_eb_blk = 0;
2914 xr->xt_list.l_tree_depth = 0;
2915 xr->xt_list.l_count = cpu_to_le16(
2917 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4278 struct ocfs2_xattr_tree_root *xr;
4339 xr = &xb->xb_attrs.xb_root;
4340 xr->xt_clusters = cpu_to_le32(1);
4341 xr->xt_last_eb_blk = 0;
4342 xr->xt_list.l_tree_depth = 0;
4343 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb));
4344 xr->xt_list.l_next_free_rec = cpu_to_le16(1);
4346 xr->xt_list.l_recs[0].e_cpos = 0;
4347 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno);
4348 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1);