Lines Matching full:co
409 struct check_owner *co; in xchk_btree_check_owner() local
432 co = kmem_alloc(sizeof(struct check_owner), in xchk_btree_check_owner()
434 if (!co) in xchk_btree_check_owner()
436 co->level = level; in xchk_btree_check_owner()
437 co->daddr = XFS_BUF_ADDR(bp); in xchk_btree_check_owner()
438 list_add_tail(&co->list, &bs->to_check); in xchk_btree_check_owner()
617 struct check_owner *co; in xchk_btree() local
705 list_for_each_entry_safe(co, n, &bs.to_check, list) { in xchk_btree()
708 co->level, co->daddr); in xchk_btree()
709 list_del(&co->list); in xchk_btree()
710 kmem_free(co); in xchk_btree()