Searched refs:new_cookie (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/net/ceph/ |
D | cls_lock_client.c | 188 char *tag, char *new_cookie) in ceph_cls_set_cookie() argument 194 int new_cookie_len = strlen(new_cookie); in ceph_cls_set_cookie() 221 ceph_encode_string(&p, end, new_cookie, new_cookie_len); in ceph_cls_set_cookie() 224 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie()
|
/Linux-v5.4/include/linux/ceph/ |
D | cls_lock_client.h | 45 char *tag, char *new_cookie);
|
/Linux-v5.4/fs/nfs/ |
D | nfs3xdr.c | 1973 u64 new_cookie; in nfs3_decode_dirent() local 1996 error = decode_cookie3(xdr, &new_cookie); in nfs3_decode_dirent() 2031 entry->cookie = new_cookie; in nfs3_decode_dirent()
|
D | nfs4xdr.c | 7365 uint64_t new_cookie; in nfs4_decode_dirent() local 7382 p = xdr_decode_hyper(p, &new_cookie); in nfs4_decode_dirent() 7417 entry->cookie = new_cookie; in nfs4_decode_dirent()
|
/Linux-v5.4/net/sched/ |
D | act_api.c | 42 struct tc_cookie *new_cookie) in tcf_set_action_cookie() argument 46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
|
/Linux-v5.4/block/ |
D | blk-mq.c | 1799 blk_qc_t new_cookie; in __blk_mq_issue_directly() local 1802 new_cookie = request_to_qc_t(hctx, rq); in __blk_mq_issue_directly() 1813 *cookie = new_cookie; in __blk_mq_issue_directly()
|