Searched refs:c_global_allocator (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.h189 struct ocfs2_cached_block_free *c_global_allocator; member in struct:ocfs2_cached_dealloc_ctxt
194 c->c_global_allocator = NULL;
203 return c->c_global_allocator != NULL;
H A Dalloc.c6481 item->free_next = ctxt->c_global_allocator;
6483 ctxt->c_global_allocator = item;
6568 if (ctxt->c_global_allocator) {
6570 ctxt->c_global_allocator);
6576 ctxt->c_global_allocator = NULL;

Completed in 126 milliseconds