Searched refs:cb_ident_idr (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfs/ |
| H A D | netns.h | 30 struct idr cb_ident_idr; /* Protected by nfs_client_lock */ member
|
| H A D | nfs4client.c | 39 ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); in nfs_get_cb_ident_idr() 515 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents() 518 idr_replace(&nn->cb_ident_idr, drop, save); in nfs4_swap_callback_idents() 827 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
| H A D | client.c | 210 idr_destroy(&nn->cb_ident_idr); in nfs_cleanup_cb_ident_idr() 219 idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); in nfs_cb_idr_remove_locked() 1265 idr_init(&nn->cb_ident_idr); in nfs_clients_init()
|