Lines Matching refs:item
6461 struct ocfs2_cached_block_free *item;
6463 item = kzalloc(sizeof(*item), GFP_NOFS);
6464 if (item == NULL) {
6472 item->free_blk = blkno;
6473 item->free_bit = bit;
6474 item->free_next = ctxt->c_global_allocator;
6476 ctxt->c_global_allocator = item;
6755 struct ocfs2_cached_block_free *item;
6764 item = kzalloc(sizeof(*item), GFP_NOFS);
6765 if (item == NULL) {
6775 item->free_bg = suballoc;
6776 item->free_blk = blkno;
6777 item->free_bit = bit;
6778 item->free_next = fl->f_first;
6780 fl->f_first = item;