Searched refs:cb_ident_idr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | netns.h | 30 struct idr cb_ident_idr; /* Protected by nfs_client_lock */ member
|
H A D | nfs4client.c | 37 ret = idr_alloc(&nn->cb_ident_idr, clp, 1, 0, GFP_NOWAIT); in nfs_get_cb_ident_idr() 473 idr_replace(&nn->cb_ident_idr, keep, drop->cl_cb_ident); in nfs4_swap_callback_idents() 476 idr_replace(&nn->cb_ident_idr, drop, save); in nfs4_swap_callback_idents() 783 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
H A D | client.c | 203 idr_destroy(&nn->cb_ident_idr); in nfs_cleanup_cb_ident_idr() 212 idr_remove(&nn->cb_ident_idr, clp->cl_cb_ident); in nfs_cb_idr_remove_locked() 1110 idr_init(&nn->cb_ident_idr); in nfs_clients_init()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | netns.h | 29 struct idr cb_ident_idr; /* Protected by nfs_client_lock */ member
|
H A 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()
|
H A 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()
|
Completed in 7 milliseconds