Searched refs:cb_ident (Results 1 – 6 of 6) sorted by relevance
| /linux/net/core/ |
| H A D | flow_offload.c | 260 void *cb_ident, void *cb_priv, in flow_block_cb_alloc() argument 270 block_cb->cb_ident = cb_ident; in flow_block_cb_alloc() 288 flow_setup_cb_t *cb, void *cb_ident) in flow_block_cb_lookup() argument 294 block_cb->cb_ident == cb_ident) in flow_block_cb_lookup() 320 bool flow_block_cb_is_busy(flow_setup_cb_t *cb, void *cb_ident, in flow_block_cb_is_busy() argument 327 block_cb->cb_ident == cb_ident) in flow_block_cb_is_busy() 338 void *cb_ident, void *cb_priv, in flow_block_cb_setup_simple() argument 351 if (flow_block_cb_is_busy(cb, cb_ident, driver_block_list)) in flow_block_cb_setup_simple() 354 block_cb = flow_block_cb_alloc(cb, cb_ident, cb_priv, NULL); in flow_block_cb_setup_simple() 362 block_cb = flow_block_cb_lookup(f->block, cb, cb_ident); in flow_block_cb_setup_simple() [all …]
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 156 hdr->cb_ident = ntohl(*p++); /* ignored by v4.1 and v4.2 */ in decode_compound_hdr_arg() 956 cps.clp = nfs4_find_client_ident(SVC_NET(rqstp), hdr_arg.cb_ident); in nfs4_callback_compound() 958 trace_nfs_cb_no_clp(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound() 962 trace_nfs_cb_badprinc(rqstp->rq_xid, hdr_arg.cb_ident); in nfs4_callback_compound()
|
| H A D | nfs4client.c | 649 nfs4_find_client_ident(struct net *net, int cb_ident) in nfs4_find_client_ident() argument 655 clp = idr_find(&nn->cb_ident_idr, cb_ident); in nfs4_find_client_ident()
|
| /linux/fs/nfsd/ |
| H A D | state.h | 267 u32 cb_ident; /* minorversion 0 only */ member
|
| H A D | nfs4callback.c | 1173 clp->cl_cb_ident = conn->cb_ident; in setup_callback_client()
|
| H A D | nfs4state.c | 3477 conn->cb_ident = se->se_callback_ident; in gen_callback()
|