Lines Matching refs:xt_list
2922 xr->xt_list.l_tree_depth = 0; in ocfs2_create_xattr_block()
2923 xr->xt_list.l_count = cpu_to_le16( in ocfs2_create_xattr_block()
2925 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()
3206 &xb->xb_attrs.xb_root.xt_list; in ocfs2_calc_xattr_set_need()
3935 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find()
4090 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block()
4341 xr->xt_list.l_tree_depth = 0; in ocfs2_xattr_create_index_block()
4342 xr->xt_list.l_count = cpu_to_le16(ocfs2_xattr_recs_per_xb(inode->i_sb)); in ocfs2_xattr_create_index_block()
4343 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
4345 xr->xt_list.l_recs[0].e_cpos = 0; in ocfs2_xattr_create_index_block()
4346 xr->xt_list.l_recs[0].e_blkno = cpu_to_le64(blkno); in ocfs2_xattr_create_index_block()
4347 xr->xt_list.l_recs[0].e_leaf_clusters = cpu_to_le16(1); in ocfs2_xattr_create_index_block()
5270 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket()