Searched refs:old_cookie (Results 1 – 2 of 2) sorted by relevance
/net/ceph/ |
D | cls_lock_client.c | 187 char *lock_name, u8 type, char *old_cookie, in ceph_cls_set_cookie() argument 192 int old_cookie_len = strlen(old_cookie); in ceph_cls_set_cookie() 219 ceph_encode_string(&p, end, old_cookie, old_cookie_len); in ceph_cls_set_cookie() 224 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie()
|
/net/sched/ |
D | act_api.c | 41 static void tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, in tcf_set_action_cookie() argument 46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
|