Searched refs:cookie (Results 226 - 250 of 865) sorted by last modified time

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfsproc.c581 argp->count, argp->cookie);
587 offset = argp->cookie;
H A Dnfs4proc.c1004 u64 cookie = readdir->rd_cookie; local
1016 if ((cookie == 1) || (cookie == 2) ||
1017 (cookie == 0 && memcmp(readdir->rd_verf.data, zeroverf.data, NFS4_VERIFIER_SIZE)))
H A Dnfs3xdr.c684 if (xdr_stream_decode_u64(xdr, &args->cookie) < 0)
703 if (xdr_stream_decode_u64(xdr, &args->cookie) < 0)
1018 * nfs3svc_encode_cookie3 - Encode a directory offset cookie
1020 * @offset: offset cookie to encode
1022 * The buffer space for the offset cookie has already been reserved
1027 __be64 cookie = cpu_to_be64(offset); local
1031 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie,
1032 sizeof(cookie));
1051 /* cookie */
1086 /* The offset cookie fo
[all...]
H A Dnfs3proc.c586 argp->count, (u32) argp->cookie);
594 offset = argp->cookie;
619 argp->count, (u32) argp->cookie);
627 offset = argp->cookie;
H A Dfilecache.c682 const struct qstr *name, u32 cookie)
680 nfsd_file_fsnotify_handle_event(struct fsnotify_mark *mark, u32 mask, struct inode *inode, struct inode *dir, const struct qstr *name, u32 cookie) argument
/linux-master/fs/nfs/
H A Dnfs4xdr.c1642 encode_uint64(xdr, readdir->cookie);
1652 dprintk("%s: cookie = %llu, verifier = %08x:%08x, bitmap = %08x:%08x:%08x\n",
1654 (unsigned long long)readdir->cookie,
7545 entry->cookie = new_cookie;
H A Dnfs3proc.c671 .cookie = nr_arg->cookie,
690 if (arg.cookie)
694 (unsigned long long)nr_arg->cookie);
/linux-master/fs/lockd/
H A Dxdr.c160 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
178 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
203 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
222 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
236 if (!svcxdr_decode_cookie(xdr, &resp->cookie))
280 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
327 return svcxdr_encode_cookie(xdr, &resp->cookie) &&
336 return svcxdr_encode_cookie(xdr, &resp->cookie) &&
345 if (!svcxdr_encode_cookie(xdr, &resp->cookie))
H A Dxdr4.c155 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
173 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
198 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
217 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
231 if (!svcxdr_decode_cookie(xdr, &resp->cookie))
275 if (!svcxdr_decode_cookie(xdr, &argp->cookie))
322 return svcxdr_encode_cookie(xdr, &resp->cookie) &&
331 return svcxdr_encode_cookie(xdr, &resp->cookie) &&
340 if (!svcxdr_encode_cookie(xdr, &resp->cookie))
H A Dsvclock.c58 static const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie) argument
71 for (i = 0 ; i < cookie->len ; i++) {
76 sprintf(p, "%02x", cookie->data[i]);
160 dprintk("lockd: check f=%p pd=%d %Ld-%Ld ty=%d cookie=%s\n",
164 nlmdbg_cookie2a(&block->b_call->a_args.cookie));
186 * Find a block with a given NLM cookie.
189 nlmsvc_find_block(struct nlm_cookie *cookie) argument
195 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie))
203 dprintk("nlmsvc_find_block(%s): block=%p\n", nlmdbg_cookie2a(cookie), bloc
225 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, struct nlm_file *file, struct nlm_lock *lock, struct nlm_cookie *cookie) argument
480 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, struct nlm_host *host, struct nlm_lock *lock, int wait, struct nlm_cookie *cookie, int reclaim) argument
610 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, struct nlm_host *host, struct nlm_lock *lock, struct nlm_lock *conflock, struct nlm_cookie *cookie) argument
978 nlmsvc_grant_reply(struct nlm_cookie *cookie, __be32 status) argument
[all...]
H A Dsvcproc.c124 resp->cookie = argp->cookie;
133 resp->status = cast_status(nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->cookie));
162 resp->cookie = argp->cookie;
182 argp->block, &argp->cookie,
211 resp->cookie = argp->cookie;
252 resp->cookie = argp->cookie;
[all...]
H A Dsvc4proc.c103 resp->cookie = argp->cookie;
111 resp->status = nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->cookie);
139 resp->cookie = argp->cookie;
159 argp->block, &argp->cookie,
187 resp->cookie = argp->cookie;
227 resp->cookie = argp->cookie;
[all...]
H A Dclntxdr.c128 * netobj cookie;
131 const struct nlm_cookie *cookie)
133 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
137 struct nlm_cookie *cookie)
154 cookie->len = length;
155 memcpy(cookie->data, p, length);
158 cookie->len = 4;
159 memset(cookie->data, 0, 4);
162 dprintk("NFS: returned cookie wa
130 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
136 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
H A Dclntproc.c47 u32 cookie = atomic_inc_return(&nlm_cookie); local
49 memcpy(c->data, &cookie, 4);
135 nlmclnt_next_cookie(&argp->cookie);
H A Dclnt4xdr.c131 * netobj cookie;
134 const struct nlm_cookie *cookie)
136 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
140 struct nlm_cookie *cookie)
157 cookie->len = length;
158 memcpy(cookie->data, p, length);
161 cookie->len = 4;
162 memset(cookie->data, 0, 4);
165 dprintk("NFS: returned cookie wa
133 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
139 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c641 static irqreturn_t wlcore_irq(int irq, void *cookie) argument
645 struct wl1271 *wl = cookie;
6483 static irqreturn_t wlcore_hardirq(int irq, void *cookie) argument
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c899 hif_drv->remain_on_ch.cookie = hif_remain_ch->cookie;
905 static int wilc_handle_roc_expired(struct wilc_vif *vif, u64 cookie) argument
934 cookie);
947 wilc_handle_roc_expired(msg->vif, msg->body.remain_on_ch.cookie);
965 msg->body.remain_on_ch.cookie = vif->hif_drv->remain_on_ch.cookie;
1693 int wilc_remain_on_channel(struct wilc_vif *vif, u64 cookie, u16 chan, argument
1702 roc.cookie = cookie;
1711 wilc_listen_state_expired(struct wilc_vif *vif, u64 cookie) argument
[all...]
H A Dcfg80211.c687 void *cookie,
688 void (*callback)(void *cookie, struct key_params *))
717 callback(cookie, &key_params);
1093 static void wilc_wfi_remain_on_channel_expired(struct wilc_vif *vif, u64 cookie) argument
1098 if (cookie != params->listen_cookie)
1110 unsigned int duration, u64 *cookie)
1135 *cookie = id;
1139 cfg80211_ready_on_channel(wdev, *cookie, chan, duration, GFP_KERNEL);
1148 u64 cookie)
1153 if (cookie !
685 get_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *)) argument
1107 remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
1146 cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
1159 mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
1249 mgmt_tx_cancel_wait(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c232 /* power management status cookie from firmware */
233 u32 *cookie; member in struct:mwl8k_priv
6141 /* Power management cookie */
6142 priv->cookie = dma_alloc_coherent(&priv->pdev->dev, 4,
6144 if (priv->cookie == NULL)
6190 if (priv->cookie != NULL)
6191 dma_free_coherent(&priv->pdev->dev, 4, priv->cookie,
6355 dma_free_coherent(&priv->pdev->dev, 4, priv->cookie, priv->cookie_dma);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h491 u64 cookie; member in struct:mwifiex_roc_cfg
1643 struct sk_buff *skb, u8 flag, u64 *cookie);
H A Dcfg80211.c199 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
242 *cookie = get_random_u32() | 1;
247 MWIFIEX_BUF_FLAG_ACTION_TX_STATUS, cookie);
249 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true,
285 unsigned int duration, u64 *cookie)
290 if (!chan || !cookie) {
295 if (priv->roc_cfg.cookie) {
297 "info: ongoing ROC, cookie = 0x%llx\n",
298 priv->roc_cfg.cookie);
306 *cookie
198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
282 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
324 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h302 * @cookie: internal cookie to identify old notifications
308 u32 cookie; member in struct:iwl_mvm_internal_rxq_notif
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c2900 const u8 *mac_addr, void *cookie,
2901 void (*callback)(void *cookie,
2947 callback(cookie, &params);
5498 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
5518 *cookie = 0;
5550 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true,
5566 action_frame->packet_id = cpu_to_le32(*cookie);
5586 brcmf_dbg(TRACE, "Action frame, cookie=%lld, len=%d, freq=%d\n",
5587 *cookie, le16_to_cpu(action_frame->len), freq);
5592 cfg80211_mgmt_tx_status(wdev, *cookie, bu
2898 brcmf_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *params)) argument
5497 brcmf_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
5648 brcmf_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c717 stat.cookie = (v0 >> 16);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.c27 u16 cookie; local
29 /* Use the upper 4 bits of the cookie as
32 * Note that the cookie must never be 0, as this
37 cookie = (((u16)q->index + 1) << 12);
38 cookie |= pack->index;
40 return cookie;
45 u16 cookie,
52 switch (cookie & 0xF000) {
71 pack_index = (cookie & 0x0FFF);
446 u16 cookie; local
44 parse_cookie(struct b43_wldev *dev, u16 cookie, struct b43_pio_txpacket **pack) argument
[all...]

Completed in 710 milliseconds

1234567891011>>