Searched refs:nfs4_cb_conn (Results 1 – 4 of 4) sorted by relevance
158 struct nfs4_cb_conn { struct339 struct nfs4_cb_conn cl_cb_conn;661 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
884 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()1016 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()1020 memcpy(&clp->cl_cb_conn, conn, sizeof(struct nfs4_cb_conn)); in nfsd4_change_callback()1274 struct nfs4_cb_conn conn; in nfsd4_process_cb_update()1303 memcpy(&conn, &cb->cb_clp->cl_cb_conn, sizeof(struct nfs4_cb_conn)); in nfsd4_process_cb_update()
830 const struct nfs4_cb_conn *conn
2928 struct nfs4_cb_conn *conn = &clp->cl_cb_conn; in gen_callback()