Searched refs:cb_ident_idr (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/nfs/ |
D | netns.h | 29 struct idr cb_ident_idr; /* Protected by nfs_client_lock */ member
|
D | nfs4client.c | 38 ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); in nfs_get_cb_ident_idr() 507 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents() 510 idr_replace(&nn->cb_ident_idr, drop, save); in nfs4_swap_callback_idents() 818 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
D | client.c | 204 idr_destroy(&nn->cb_ident_idr); in nfs_cleanup_cb_ident_idr() 213 idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); in nfs_cb_idr_remove_locked() 1174 idr_init(&nn->cb_ident_idr); in nfs_clients_init()
|