Lines Matching refs:new
320 struct ocfs2_meta_cache_item *new) in __ocfs2_insert_cache_tree() argument
322 sector_t block = new->c_block; in __ocfs2_insert_cache_tree()
348 rb_link_node(&new->c_node, parent, p); in __ocfs2_insert_cache_tree()
349 rb_insert_color(&new->c_node, &ci->ci_cache.ci_tree); in __ocfs2_insert_cache_tree()
405 struct ocfs2_meta_cache_item *new = NULL; in __ocfs2_set_buffer_uptodate() local
413 new = kmem_cache_alloc(ocfs2_uptodate_cachep, GFP_NOFS); in __ocfs2_set_buffer_uptodate()
414 if (!new) { in __ocfs2_set_buffer_uptodate()
418 new->c_block = block; in __ocfs2_set_buffer_uptodate()
447 __ocfs2_insert_cache_tree(ci, new); in __ocfs2_set_buffer_uptodate()
450 new = NULL; in __ocfs2_set_buffer_uptodate()
452 if (new) in __ocfs2_set_buffer_uptodate()
453 kmem_cache_free(ocfs2_uptodate_cachep, new); in __ocfs2_set_buffer_uptodate()