Home
last modified time | relevance | path

Searched refs:ea_refcount_el (Results 1 – 1 of 1) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dea_refcount.c27 struct ea_refcount_el { struct
37 struct ea_refcount_el *list; argument
63 bytes = 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()
[all …]