Searched refs:nfs4_cb_conn (Results 1 – 4 of 4) sorted by relevance
200 struct nfs4_cb_conn { struct403 struct nfs4_cb_conn cl_cb_conn;739 extern void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *);
1027 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_s… in setup_callback_client()1159 void nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) in nfsd4_change_callback()1163 memcpy(&clp->cl_cb_conn, conn, sizeof(struct nfs4_cb_conn)); in nfsd4_change_callback()1422 struct nfs4_cb_conn conn; in nfsd4_process_cb_update()1456 memcpy(&conn, &cb->cb_clp->cl_cb_conn, sizeof(struct nfs4_cb_conn)); in nfsd4_process_cb_update()
1418 const struct nfs4_cb_conn *conn
3316 struct nfs4_cb_conn *conn = &clp->cl_cb_conn; in gen_callback()