Searched refs:cl_stateids (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | state.h | 527 struct idr cl_stateids; /* stateid lookup */ member
|
| H A D | nfs4state.c | 961 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 1, 0, GFP_NOWAIT); in nfs4_alloc_stid() 1368 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id); in nfs4_put_stid() 1786 idr_remove(&clp->cl_stateids, s->sc_stateid.si_opaque.so_id); in put_ol_stateid_locked() 1952 while ((stid = idr_get_next_ul(&clp->cl_stateids, &id)) != NULL) { in find_one_sb_stid() 2135 while ((stid = idr_get_next_ul(&clp->cl_stateids, &id)) != NULL) { in find_one_export_stid() 2730 idr_init(&clp->cl_stateids); in alloc_client() 2773 idr_destroy(&clp->cl_stateids); in __free_client() 3128 ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id); in find_stateid_locked() 3257 ret = idr_get_next_ul(&clp->cl_stateids, &id); in states_start() 3270 ret = idr_get_next_ul(&clp->cl_stateids, &id); in states_next() [all …]
|