Searched refs:cb_ident_idr (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | netns.h | 27 struct idr cb_ident_idr; /* Protected by nfs_client_lock */ member
|
D | nfs4client.c | 36 ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); in nfs_get_cb_ident_idr() 469 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents() 472 idr_replace(&nn->cb_ident_idr, drop, save); in nfs4_swap_callback_idents() 779 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
D | client.c | 208 idr_destroy(&nn->cb_ident_idr); in nfs_cleanup_cb_ident_idr() 217 idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); in nfs_cb_idr_remove_locked() 1071 idr_init(&nn->cb_ident_idr); in nfs_clients_init()
|