Searched refs:new_cookie (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | cls_lock_client.c | 187 char *tag, char *new_cookie) in ceph_cls_set_cookie() argument 193 int new_cookie_len = strlen(new_cookie); in ceph_cls_set_cookie() 220 ceph_encode_string(&p, end, new_cookie, new_cookie_len); in ceph_cls_set_cookie() 223 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie()
|
/Linux-v4.19/include/linux/ceph/ |
D | cls_lock_client.h | 45 char *tag, char *new_cookie);
|
/Linux-v4.19/fs/nfs/ |
D | nfs3xdr.c | 2004 u64 new_cookie; in nfs3_decode_dirent() local 2027 error = decode_cookie3(xdr, &new_cookie); in nfs3_decode_dirent() 2062 entry->cookie = new_cookie; in nfs3_decode_dirent()
|
D | nfs4xdr.c | 7570 uint64_t new_cookie; in nfs4_decode_dirent() local 7587 p = xdr_decode_hyper(p, &new_cookie); in nfs4_decode_dirent() 7622 entry->cookie = new_cookie; in nfs4_decode_dirent()
|
/Linux-v4.19/block/ |
D | blk-mq.c | 1683 blk_qc_t new_cookie; in __blk_mq_issue_directly() local 1686 new_cookie = request_to_qc_t(hctx, rq); in __blk_mq_issue_directly() 1697 *cookie = new_cookie; in __blk_mq_issue_directly()
|
/Linux-v4.19/net/sched/ |
D | act_api.c | 67 struct tc_cookie *new_cookie) in tcf_set_action_cookie() argument 71 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
|