Lines Matching refs:el
1119 struct ocfs2_extent_list *el; in ocfs2_xattr_get_value_outside() local
1121 el = &xv->xr_list; in ocfs2_xattr_get_value_outside()
1129 &num_clusters, el, NULL); in ocfs2_xattr_get_value_outside()
2664 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_has_space_inline() local
2665 free = (le16_to_cpu(el->l_count) - in ocfs2_xattr_has_space_inline()
2666 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline()
2754 struct ocfs2_extent_list *el = &di->id2.i_list; in ocfs2_xattr_ibody_init() local
2755 le16_add_cpu(&el->l_count, -(xattrsize / in ocfs2_xattr_ibody_init()
3211 struct ocfs2_extent_list *el = in ocfs2_calc_xattr_set_need() local
3213 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3215 el); in ocfs2_calc_xattr_set_need()
3236 struct ocfs2_extent_list *el = &def_xv.xv.xr_list; in ocfs2_calc_xattr_set_need() local
3237 meta_add += ocfs2_extend_meta_needed(el); in ocfs2_calc_xattr_set_need()
3239 el); in ocfs2_calc_xattr_set_need()
3698 struct ocfs2_extent_list *el) in ocfs2_xattr_get_rec() argument
3706 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3707 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
3715 el = &eb->h_list; in ocfs2_xattr_get_rec()
3717 if (el->l_tree_depth) { in ocfs2_xattr_get_rec()
3726 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_xattr_get_rec()
3727 rec = &el->l_recs[i]; in ocfs2_xattr_get_rec()
3739 ocfs2_rec_clusters(el, rec)); in ocfs2_xattr_get_rec()
3941 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_xattr_index_block_find() local
3946 if (le16_to_cpu(el->l_next_free_rec) == 0) in ocfs2_xattr_index_block_find()
3955 &num_clusters, el); in ocfs2_xattr_index_block_find()
4096 struct ocfs2_extent_list *el = &xb->xb_attrs.xb_root.xt_list; in ocfs2_iterate_xattr_index_block() local
4101 if (!el->l_next_free_rec || !rec_func) in ocfs2_iterate_xattr_index_block()
4106 &e_cpos, &num_clusters, el); in ocfs2_iterate_xattr_index_block()
5285 struct ocfs2_extent_list *el = &xb_root->xt_list; in ocfs2_add_new_xattr_bucket() local
5307 &num_clusters, el); in ocfs2_add_new_xattr_bucket()
5908 struct ocfs2_extent_list *el = &xv->xr_list; in ocfs2_xattr_value_attach_refcount() local
5914 &num_clusters, el, &ext_flags); in ocfs2_xattr_value_attach_refcount()
6534 struct ocfs2_extent_list *el = &new_di->id2.i_list; in ocfs2_reflink_xattr_inline() local
6535 le16_add_cpu(&el->l_count, -(inline_size / in ocfs2_reflink_xattr_inline()