Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/ceph/
Dcls_lock_client.h45 char *tag, char *new_cookie);
/kernel/linux/linux-5.10/fs/nfs/
Dnfs3xdr.c1969 u64 new_cookie; in nfs3_decode_dirent() local
1992 error = decode_cookie3(xdr, &new_cookie); in nfs3_decode_dirent()
2024 entry->cookie = new_cookie; in nfs3_decode_dirent()
Dnfs4xdr.c7391 uint64_t new_cookie; in nfs4_decode_dirent() local
7408 p = xdr_decode_hyper(p, &new_cookie); in nfs4_decode_dirent()
7443 entry->cookie = new_cookie; in nfs4_decode_dirent()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/block/
Dblk-mq.c1971 blk_qc_t new_cookie; in __blk_mq_issue_directly() local
1974 new_cookie = request_to_qc_t(hctx, rq); in __blk_mq_issue_directly()
1985 *cookie = new_cookie; in __blk_mq_issue_directly()