Home
last modified time | relevance | path

Searched refs:new_cookie (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/ceph/
Dcls_lock_client.c188 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/
Dcls_lock_client.h45 char *tag, char *new_cookie);
/Linux-v5.4/fs/nfs/
Dnfs3xdr.c1973 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()
Dnfs4xdr.c7365 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/
Dact_api.c42 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/
Dblk-mq.c1799 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()