Home
last modified time | relevance | path

Searched refs:cl_cb_null (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/nfsd/
Dnfs4callback.c1046 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_done()
1056 struct nfs4_client *clp = container_of(calldata, struct nfs4_client, cl_cb_null); in nfsd4_cb_probe_release()
1078 nfsd4_run_cb(&clp->cl_cb_null); in nfsd4_probe_callback()
1317 nfsd4_run_cb(&clp->cl_cb_null); in nfsd4_shutdown_callback()
Dstate.h381 struct nfsd4_callback cl_cb_null; member
Dnfs4state.c2923 nfsd4_init_cb(&clp->cl_cb_null, clp, NULL, NFSPROC4_CLNT_CB_NULL); in create_client()