Searched refs:nfs4_cb_conn (Results 1 – 4 of 4) sorted by relevance
159 struct nfs4_cb_conn { struct362 struct nfs4_cb_conn cl_cb_conn;692 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
883 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()1015 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()1019 memcpy(&clp->cl_cb_conn, conn, sizeof(struct nfs4_cb_conn)); in nfsd4_change_callback()1273 struct nfs4_cb_conn conn; in nfsd4_process_cb_update()1302 memcpy(&conn, &cb->cb_clp->cl_cb_conn, sizeof(struct nfs4_cb_conn)); in nfsd4_process_cb_update()
1239 const struct nfs4_cb_conn *conn
3040 struct nfs4_cb_conn *conn = &clp->cl_cb_conn; in gen_callback()