Home
last modified time | relevance | path

Searched refs:co (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/scrub/
Dbtree.c409 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()
608 struct check_owner *co; in xchk_btree() local
696 list_for_each_entry_safe(co, n, &bs.to_check, list) { in xchk_btree()
699 co->level, co->daddr); in xchk_btree()
700 list_del(&co->list); in xchk_btree()
[all …]
/fs/nfsd/
Dnfs4state.c629 struct nfs4_clnt_odstate *co; in alloc_clnt_odstate() local
631 co = kmem_cache_zalloc(odstate_slab, GFP_KERNEL); in alloc_clnt_odstate()
632 if (co) { in alloc_clnt_odstate()
633 co->co_client = clp; in alloc_clnt_odstate()
634 refcount_set(&co->co_odcount, 1); in alloc_clnt_odstate()
636 return co; in alloc_clnt_odstate()
640 hash_clnt_odstate_locked(struct nfs4_clnt_odstate *co) in hash_clnt_odstate_locked() argument
642 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked()
645 list_add(&co->co_perfile, &fp->fi_clnt_odstate); in hash_clnt_odstate_locked()
649 get_clnt_odstate(struct nfs4_clnt_odstate *co) in get_clnt_odstate() argument
[all …]