Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dcls_lock_client.c187 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/
Dcls_lock_client.h45 char *tag, char *new_cookie);
/Linux-v4.19/fs/nfs/
Dnfs3xdr.c2004 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()
Dnfs4xdr.c7570 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/
Dblk-mq.c1683 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/
Dact_api.c67 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()