Searched refs:nfs4_cb_conn (Results 1 – 4 of 4) sorted by relevance
333 struct nfs4_cb_conn { struct551 struct nfs4_cb_conn cl_cb_conn;902 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
1222 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()1356 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()1360 memcpy(&clp->cl_cb_conn, conn, sizeof(struct nfs4_cb_conn)); in nfsd4_change_callback()1795 struct nfs4_cb_conn conn; in nfsd4_process_cb_update()1829 memcpy(&conn, &cb->cb_clp->cl_cb_conn, sizeof(struct nfs4_cb_conn)); in nfsd4_process_cb_update()
1550 const struct nfs4_cb_conn *conn
4070 struct nfs4_cb_conn *conn = &clp->cl_cb_conn; in gen_callback()