/linux-2.4.37.9/fs/xfs/ |
D | xfs_da_btree.h | 137 xfs_dahash_t xfs_da_cookie_hash(struct xfs_mount *mp, xfs_off_t cookie); 138 #define XFS_DA_COOKIE_HASH(mp,cookie) xfs_da_cookie_hash(mp,cookie) argument 140 #define XFS_DA_COOKIE_HASH(mp,cookie) ((xfs_dahash_t)(cookie)) argument 143 xfs_dablk_t xfs_da_cookie_bno(struct xfs_mount *mp, xfs_off_t cookie); 144 #define XFS_DA_COOKIE_BNO(mp,cookie) xfs_da_cookie_bno(mp,cookie) argument 146 #define XFS_DA_COOKIE_BNO(mp,cookie) \ argument 147 (((xfs_off_t)(cookie) >> 31) == -1LL ? \ 149 (xfs_dablk_t)((xfs_off_t)(cookie) >> ((mp)->m_dircook_elog + 32))) 152 int xfs_da_cookie_entry(struct xfs_mount *mp, xfs_off_t cookie); 153 #define XFS_DA_COOKIE_ENTRY(mp,cookie) xfs_da_cookie_entry(mp,cookie) argument [all …]
|
/linux-2.4.37.9/arch/mips/math-emu/ |
D | dsemul.c | 54 mips_instruction cookie; member 103 err |= __put_user((mips_instruction)BD_COOKIE, &fr->cookie); in mips_dsemul() 122 u32 insn, cookie; in do_dsemulret() local 141 err |= __get_user(cookie, &fr->cookie); in do_dsemulret() 143 if (unlikely(err || (insn != BADINST) || (cookie != BD_COOKIE))) { in do_dsemulret()
|
/linux-2.4.37.9/fs/lockd/ |
D | svc4proc.c | 100 resp->cookie = argp->cookie; in nlm4svc_proc_test() 130 resp->cookie = argp->cookie; in nlm4svc_proc_lock() 156 argp->block, &argp->cookie); in nlm4svc_proc_lock() 173 resp->cookie = argp->cookie; in nlm4svc_proc_cancel() 206 resp->cookie = argp->cookie; in nlm4svc_proc_unlock() 235 resp->cookie = argp->cookie; in nlm4svc_proc_granted() 332 resp->cookie = argp->cookie; in nlm4svc_proc_share() 365 resp->cookie = argp->cookie; in nlm4svc_proc_unshare() 474 nlmsvc_grant_reply(rqstp, &argp->cookie, argp->status); in nlm4svc_proc_granted_res()
|
D | svclock.c | 120 nlmdbg_cookie2a(&block->b_call.a_args.cookie)); in nlmsvc_lookup_block() 146 nlmsvc_find_block(struct nlm_cookie *cookie, struct sockaddr_in *sin) in nlmsvc_find_block() argument 153 if (nlm_cookie_match(&block->b_call.a_args.cookie,cookie) in nlmsvc_find_block() 173 struct nlm_lock *lock, struct nlm_cookie *cookie) in nlmsvc_create_block() argument 202 block->b_call.a_args.cookie = *cookie; /* see above */ in nlmsvc_create_block() 307 struct nlm_lock *lock, int wait, struct nlm_cookie *cookie) in nlmsvc_lock() argument 368 if (!(block = nlmsvc_create_block(rqstp, file, lock, cookie))) in nlmsvc_lock() 587 nlmdbg_cookie2a(&call->a_args.cookie), in nlmsvc_grant_callback() 589 if (!(block = nlmsvc_find_block(&call->a_args.cookie, peer_addr))) { in nlmsvc_grant_callback() 591 nlmdbg_cookie2a(&call->a_args.cookie), in nlmsvc_grant_callback() [all …]
|
D | svcproc.c | 127 resp->cookie = argp->cookie; in nlmsvc_proc_test() 158 resp->cookie = argp->cookie; in nlmsvc_proc_lock() 184 argp->block, &argp->cookie)); in nlmsvc_proc_lock() 201 resp->cookie = argp->cookie; in nlmsvc_proc_cancel() 234 resp->cookie = argp->cookie; in nlmsvc_proc_unlock() 263 resp->cookie = argp->cookie; in nlmsvc_proc_granted() 360 resp->cookie = argp->cookie; in nlmsvc_proc_share() 393 resp->cookie = argp->cookie; in nlmsvc_proc_unshare() 502 nlmsvc_grant_reply(rqstp, &argp->cookie, argp->status); in nlmsvc_proc_granted_res()
|
D | xdr.c | 192 if (!(p = nlm_encode_cookie(p, &resp->cookie))) in nlm_encode_testres() 247 if (!(p = nlm_decode_cookie(p, &argp->cookie))) in nlmsvc_decode_testargs() 272 if (!(p = nlm_decode_cookie(p, &argp->cookie))) in nlmsvc_decode_lockargs() 292 if (!(p = nlm_decode_cookie(p, &argp->cookie))) in nlmsvc_decode_cancargs() 306 if (!(p = nlm_decode_cookie(p, &argp->cookie)) in nlmsvc_decode_unlockargs() 322 if (!(p = nlm_decode_cookie(p, &argp->cookie)) in nlmsvc_decode_shareargs() 336 if (!(p = nlm_encode_cookie(p, &resp->cookie))) in nlmsvc_encode_shareres() 346 if (!(p = nlm_encode_cookie(p, &resp->cookie))) in nlmsvc_encode_res() 378 if (!(p = nlm_decode_cookie(p, &resp->cookie))) in nlmsvc_decode_res() 417 if (!(p = nlm_encode_cookie(p, &argp->cookie))) in nlmclt_encode_testargs() [all …]
|
D | xdr4.c | 193 if (!(p = nlm4_encode_cookie(p, &resp->cookie))) in nlm4_encode_testres() 253 if (!(p = nlm4_decode_cookie(p, &argp->cookie))) in nlm4svc_decode_testargs() 278 if (!(p = nlm4_decode_cookie(p, &argp->cookie))) in nlm4svc_decode_lockargs() 298 if (!(p = nlm4_decode_cookie(p, &argp->cookie))) in nlm4svc_decode_cancargs() 312 if (!(p = nlm4_decode_cookie(p, &argp->cookie)) in nlm4svc_decode_unlockargs() 328 if (!(p = nlm4_decode_cookie(p, &argp->cookie)) in nlm4svc_decode_shareargs() 342 if (!(p = nlm4_encode_cookie(p, &resp->cookie))) in nlm4svc_encode_shareres() 352 if (!(p = nlm4_encode_cookie(p, &resp->cookie))) in nlm4svc_encode_res() 384 if (!(p = nlm4_decode_cookie(p, &resp->cookie))) in nlm4svc_decode_res() 423 if (!(p = nlm4_encode_cookie(p, &argp->cookie))) in nlm4clt_encode_testargs() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | if_vlan.h | 258 struct vlan_skb_tx_cookie *cookie; in __vlan_hwaccel_put_tag() local 260 cookie = VLAN_TX_SKB_CB(skb); in __vlan_hwaccel_put_tag() 261 cookie->magic = VLAN_TX_COOKIE_MAGIC; in __vlan_hwaccel_put_tag() 262 cookie->vlan_tag = tag; in __vlan_hwaccel_put_tag() 315 struct vlan_skb_tx_cookie *cookie; in __vlan_hwaccel_get_tag() local 317 cookie = VLAN_TX_SKB_CB(skb); in __vlan_hwaccel_get_tag() 318 if (cookie->magic == VLAN_TX_COOKIE_MAGIC) { in __vlan_hwaccel_get_tag() 319 *tag = cookie->vlan_tag; in __vlan_hwaccel_get_tag()
|
D | intermezzo_upcall.h | 22 int lento_release_permit(int minor, int cookie); 104 int cookie; member
|
D | nfs_xdr.h | 107 __u64 cookie, member 162 __u32 cookie; member 248 __u64 cookie; member
|
D | if_ec.h | 21 unsigned long cookie; member
|
D | random.h | 66 extern __u32 check_tcp_syn_cookie(__u32 cookie, __u32 saddr,
|
/linux-2.4.37.9/net/sctp/ |
D | sm_make_chunk.c | 270 sctp_cookie_param_t *cookie; in sctp_make_init_ack() local 289 cookie = sctp_pack_cookie(asoc->ep, asoc, chunk, &cookie_len, in sctp_make_init_ack() 291 if (!cookie) in sctp_make_init_ack() 321 sctp_addto_chunk(retval, cookie_len, cookie); in sctp_make_init_ack() 348 kfree(cookie); in sctp_make_init_ack() 393 void *cookie; in sctp_make_cookie_echo() local 396 cookie = asoc->peer.cookie; in sctp_make_cookie_echo() 404 sctp_addto_chunk(retval, cookie_len, cookie); in sctp_make_cookie_echo() 1251 struct sctp_signed_cookie *cookie; in sctp_pack_cookie() local 1280 cookie = (struct sctp_signed_cookie *) retval->body; in sctp_pack_cookie() [all …]
|
D | associola.c | 348 if (asoc->peer.cookie) { in sctp_association_free() 349 kfree(asoc->peer.cookie); in sctp_association_free() 1192 struct sctp_cookie *cookie, int gfp) in sctp_assoc_set_bind_addr_from_cookie() argument 1194 int var_size2 = ntohs(cookie->peer_init->chunk_hdr.length); in sctp_assoc_set_bind_addr_from_cookie() 1195 int var_size3 = cookie->raw_addr_list_len; in sctp_assoc_set_bind_addr_from_cookie() 1196 __u8 *raw = (__u8 *)cookie->peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie()
|
/linux-2.4.37.9/net/ipv4/ |
D | syncookies.c | 79 static inline int cookie_check(struct sk_buff *skb, __u32 cookie) in cookie_check() argument 85 mssind = check_tcp_syn_cookie(cookie, in cookie_check() 114 __u32 cookie = ntohl(skb->h.th->ack_seq) - 1; in cookie_v4_check() local 125 (mss = cookie_check(skb, cookie)) == 0) { in cookie_v4_check() 138 req->snt_isn = cookie; in cookie_v4_check()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ebus.c | 305 struct pcidev_cookie *cookie; in ebus_init() local 318 cookie = pdev->sysdata; in ebus_init() 319 ebusnd = cookie->prom_node; in ebus_init() 343 cookie = pdev->sysdata; in ebus_init() 344 ebusnd = cookie->prom_node; in ebus_init() 353 ebus->parent = pbm = cookie->pbm; in ebus_init() 387 cookie = pdev->sysdata; in ebus_init() 388 ebusnd = cookie->prom_node; in ebus_init()
|
D | pci_sabre.c | 1182 struct pcidev_cookie *cookie = kmalloc(sizeof(*cookie), GFP_KERNEL); in alloc_bridge_cookie() local 1184 if (!cookie) { in alloc_bridge_cookie() 1190 memset(cookie, 0, sizeof(*cookie)); in alloc_bridge_cookie() 1191 cookie->pbm = pbm; in alloc_bridge_cookie() 1193 return cookie; in alloc_bridge_cookie() 1201 struct pcidev_cookie *cookie; in sabre_scan_bus() local 1227 cookie = alloc_bridge_cookie(&p->pbm_A); in sabre_scan_bus() 1234 sabre_bus->self->sysdata = cookie; in sabre_scan_bus() 1253 cookie = alloc_bridge_cookie(pbm); in sabre_scan_bus() 1254 pbus->self->sysdata = cookie; in sabre_scan_bus()
|
D | pci.c | 606 struct pcidev_cookie *cookie = pdev->sysdata; in pci_controller_num() local 609 if (cookie != NULL) { in pci_controller_num() 610 struct pci_pbm_info *pbm = cookie->pbm; in pci_controller_num()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | ebus.c | 267 struct pcidev_cookie *cookie; in ebus_init() local 290 cookie = pdev->sysdata; in ebus_init() 291 ebusnd = cookie->prom_node; in ebus_init() 303 ebus->parent = pbm = cookie->pbm; in ebus_init() 358 cookie = pdev->sysdata; in ebus_init() 359 ebusnd = cookie->prom_node; in ebus_init()
|
/linux-2.4.37.9/net/econet/ |
D | af_econet.c | 83 unsigned long cookie; /* Supplied by user. */ member 191 static void tx_result(struct sock *sk, unsigned long cookie, int result) in tx_result() argument 206 sec->cookie = cookie; in tx_result() 223 tx_result(skb->sk, eb->cookie, result); in ec_tx_done() 310 eb->cookie = saddr->cookie; in econet_sendmsg() 419 eb->cookie = saddr->cookie; in econet_sendmsg() 887 tx_result(skb->sk, eb->cookie, result); in aun_tx_ack() 964 tx_result(skb->sk, eb->cookie, in ab_cleanup()
|
/linux-2.4.37.9/include/linux/lockd/ |
D | xdr.h | 51 struct nlm_cookie cookie; member 67 struct nlm_cookie cookie; member
|
/linux-2.4.37.9/drivers/ide/raid/ |
D | pdcraid.c | 425 static int cookie = 0; variable 452 if ((cookie!=0) && (cookie != prom->raid.magic_1)) /* different array */ in probedisk() 455 cookie = prom->raid.magic_1; in probedisk() 542 cookie = 0; in pdcraid_init() 557 cookie = 0; in pdcraid_init()
|
/linux-2.4.37.9/fs/nfs/ |
D | proc.c | 338 __u64 cookie, struct page *page, in nfs_proc_readdir() argument 341 struct nfs_readdirargs arg = { NFS_FH(dir), cookie, count, &page }; in nfs_proc_readdir() 345 dprintk("NFS call readdir %d\n", (unsigned int)cookie); in nfs_proc_readdir()
|
D | dir.c | 106 …eaddir_filler() reading cookie %Lu into page %lu.\n", (long long)desc->entry->cookie, page->index); in nfs_readdir_filler() 109 error = NFS_PROTO(inode)->readdir(inode, cred, desc->entry->cookie, page, in nfs_readdir_filler() 172 dfprintk(VFS, "NFS: found cookie %Lu\n", (long long)entry->cookie); in find_dirent() 272 file->f_pos = desc->target = entry->cookie; in nfs_do_filldir() 379 if (desc->entry->cookie != desc->target) { in nfs_readdir()
|
/linux-2.4.37.9/fs/nfsd/ |
D | nfs3proc.c | 450 argp->count, (u32) argp->cookie); in nfsd3_proc_readdir() 463 nfserr = nfsd_readdir(rqstp, &resp->fh, (loff_t) argp->cookie, in nfsd3_proc_readdir() 485 argp->count, (u32) argp->cookie); in nfsd3_proc_readdirplus() 498 nfserr = nfsd_readdir(rqstp, &resp->fh, (loff_t) argp->cookie, in nfsd3_proc_readdirplus()
|