cb_ident           54 fs/nfs/callback.h 	unsigned int cb_ident; /* v4.0 callback identifier */
cb_ident          155 fs/nfs/callback_xdr.c 		hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */
cb_ident          948 fs/nfs/callback_xdr.c 		cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident);
cb_ident          774 fs/nfs/nfs4client.c nfs4_find_client_ident(struct net *net, int cb_ident)
cb_ident          780 fs/nfs/nfs4client.c 	clp = idr_find(&nn->cb_ident_idr, cb_ident);
cb_ident          879 fs/nfsd/nfs4callback.c 		clp->cl_cb_ident = conn->cb_ident;
cb_ident         2788 fs/nfsd/nfs4state.c 	conn->cb_ident = se->se_callback_ident;
cb_ident          152 fs/nfsd/state.h 	u32                     cb_ident;	/* minorversion 0 only */
cb_ident          307 include/net/flow_offload.h 	void			*cb_ident;
cb_ident          314 include/net/flow_offload.h 					  void *cb_ident, void *cb_priv,
cb_ident          319 include/net/flow_offload.h 					   flow_setup_cb_t *cb, void *cb_ident);
cb_ident          337 include/net/flow_offload.h bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident,
cb_ident          343 include/net/flow_offload.h 			       void *cb_ident, void *cb_priv, bool ingress_only);
cb_ident          398 include/net/flow_offload.h 				  void *cb_ident);
cb_ident          402 include/net/flow_offload.h 				     void *cb_ident);
cb_ident          405 include/net/flow_offload.h 				flow_indr_block_bind_cb_t *cb, void *cb_ident);
cb_ident          409 include/net/flow_offload.h 				   void *cb_ident);
cb_ident          171 net/core/flow_offload.c 					  void *cb_ident, void *cb_priv,
cb_ident          181 net/core/flow_offload.c 	block_cb->cb_ident = cb_ident;
cb_ident          199 net/core/flow_offload.c 					   flow_setup_cb_t *cb, void *cb_ident)
cb_ident          205 net/core/flow_offload.c 		    block_cb->cb_ident == cb_ident)
cb_ident          231 net/core/flow_offload.c bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident,
cb_ident          238 net/core/flow_offload.c 		    block_cb->cb_ident == cb_ident)
cb_ident          249 net/core/flow_offload.c 			       void *cb_ident, void *cb_priv,
cb_ident          262 net/core/flow_offload.c 		if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list))
cb_ident          265 net/core/flow_offload.c 		block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL);
cb_ident          273 net/core/flow_offload.c 		block_cb = flow_block_cb_lookup(f->block, cb, cb_ident);
cb_ident          294 net/core/flow_offload.c 	void *cb_ident;
cb_ident          355 net/core/flow_offload.c 			  flow_indr_block_bind_cb_t *cb, void *cb_ident)
cb_ident          361 net/core/flow_offload.c 		    indr_block_cb->cb_ident == cb_ident)
cb_ident          368 net/core/flow_offload.c 		       flow_indr_block_bind_cb_t *cb, void *cb_ident)
cb_ident          372 net/core/flow_offload.c 	indr_block_cb = flow_indr_block_cb_lookup(indr_dev, cb, cb_ident);
cb_ident          382 net/core/flow_offload.c 	indr_block_cb->cb_ident = cb_ident;
cb_ident          411 net/core/flow_offload.c 				  void *cb_ident)
cb_ident          421 net/core/flow_offload.c 	indr_block_cb = flow_indr_block_cb_add(indr_dev, cb_priv, cb, cb_ident);
cb_ident          439 net/core/flow_offload.c 				void *cb_ident)
cb_ident          444 net/core/flow_offload.c 	err = __flow_indr_block_cb_register(dev, cb_priv, cb, cb_ident);
cb_ident          453 net/core/flow_offload.c 				     void *cb_ident)
cb_ident          462 net/core/flow_offload.c 	indr_block_cb = flow_indr_block_cb_lookup(indr_dev, cb, cb_ident);
cb_ident          476 net/core/flow_offload.c 				   void *cb_ident)
cb_ident          479 net/core/flow_offload.c 	__flow_indr_block_cb_unregister(dev, cb, cb_ident);