Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h533 refcount_t co_odcount; member
H A Dnfs4state.c872 refcount_set(&co->co_odcount, 1); in alloc_clnt_odstate()
890 refcount_inc(&co->co_odcount); in get_clnt_odstate()
902 if (refcount_dec_and_lock(&co->co_odcount, &fp->fi_lock)) { in put_clnt_odstate()