Lines Matching refs:ea_refcount_el
26 struct ea_refcount_el { struct
35 struct ea_refcount_el *list; argument
62 bytes = (size_t) (size * sizeof(struct ea_refcount_el)); in ea_refcount_create()
90 struct ea_refcount_el *list; in refcount_collapse()
112 static struct ea_refcount_el *insert_refcount_el(ext2_refcount_t refcount, in insert_refcount_el()
115 struct ea_refcount_el *el; in insert_refcount_el()
126 sizeof(struct ea_refcount_el), in insert_refcount_el()
128 sizeof(struct ea_refcount_el), in insert_refcount_el()
139 sizeof(struct ea_refcount_el) * num); in insert_refcount_el()
154 static struct ea_refcount_el *get_refcount_el(ext2_refcount_t refcount, in get_refcount_el()
211 struct ea_refcount_el *el; in ea_refcount_fetch()
224 struct ea_refcount_el *el; in ea_refcount_increment()
238 struct ea_refcount_el *el; in ea_refcount_decrement()
253 struct ea_refcount_el *el; in ea_refcount_store()
282 struct ea_refcount_el *list; in ea_refcount_intr_next()