Searched refs:cb_ident_idr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/nfs/ |
D | netns.h | 30 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() 506 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents() 509 idr_replace(&nn->cb_ident_idr, drop, save); in nfs4_swap_callback_idents() 817 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
D | client.c | 206 idr_destroy(&nn->cb_ident_idr); in nfs_cleanup_cb_ident_idr() 215 idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); in nfs_cb_idr_remove_locked() 1192 idr_init(&nn->cb_ident_idr); in nfs_clients_init()
|