Lines Matching refs:new
304 struct ocfs2_meta_cache_item *new) in __ocfs2_insert_cache_tree() argument
306 sector_t block = new->c_block; in __ocfs2_insert_cache_tree()
332 rb_link_node(&new->c_node, parent, p); in __ocfs2_insert_cache_tree()
333 rb_insert_color(&new->c_node, &ci->ci_cache.ci_tree); in __ocfs2_insert_cache_tree()
389 struct ocfs2_meta_cache_item *new = NULL; in __ocfs2_set_buffer_uptodate() local
397 new = kmem_cache_alloc(ocfs2_uptodate_cachep, GFP_NOFS); in __ocfs2_set_buffer_uptodate()
398 if (!new) { in __ocfs2_set_buffer_uptodate()
402 new->c_block = block; in __ocfs2_set_buffer_uptodate()
431 __ocfs2_insert_cache_tree(ci, new); in __ocfs2_set_buffer_uptodate()
434 new = NULL; in __ocfs2_set_buffer_uptodate()
436 if (new) in __ocfs2_set_buffer_uptodate()
437 kmem_cache_free(ocfs2_uptodate_cachep, new); in __ocfs2_set_buffer_uptodate()