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()1013 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()1017 memcpy(&clp->cl_cb_conn, conn, sizeof(struct nfs4_cb_conn)); in nfsd4_change_callback()1271 struct nfs4_cb_conn conn; in nfsd4_process_cb_update()1300 memcpy(&conn, &cb->cb_clp->cl_cb_conn, sizeof(struct nfs4_cb_conn)); in nfsd4_process_cb_update()
1246 const struct nfs4_cb_conn *conn
3025 struct nfs4_cb_conn *conn = &clp->cl_cb_conn; in gen_callback()