Searched refs:us_chunks (Results 1 – 2 of 2) sorted by relevance
46 fmd_list_append(&usp->us_chunks, cp); in fmd_ustat_chunk_init()72 fmd_list_delete(&usp->us_chunks, cp); in fmd_ustat_chunk_rele()110 ASSERT(usp->us_chunks.l_next == NULL); in fmd_ustat_destroy()111 ASSERT(usp->us_chunks.l_prev == NULL); in fmd_ustat_destroy()
60 fmd_list_t us_chunks; /* linked list of allocation chunks */ member