Lines Matching refs:cookie_len
31 int cookie_len = strlen(cookie); in ceph_cls_lock() local
40 cookie_len + sizeof(__le32) + in ceph_cls_lock()
62 ceph_encode_string(&p, end, cookie, cookie_len); in ceph_cls_lock()
96 int cookie_len = strlen(cookie); in ceph_cls_unlock() local
102 cookie_len + sizeof(__le32) + in ceph_cls_unlock()
118 ceph_encode_string(&p, end, cookie, cookie_len); in ceph_cls_unlock()
146 int cookie_len = strlen(cookie); in ceph_cls_break_lock() local
152 cookie_len + sizeof(__le32) + in ceph_cls_break_lock()
170 ceph_encode_string(&p, end, cookie, cookie_len); in ceph_cls_break_lock()
388 int cookie_len = strlen(cookie); in ceph_cls_assert_locked() local
395 cookie_len + sizeof(__le32) + in ceph_cls_assert_locked()
417 ceph_encode_string(&p, end, cookie, cookie_len); in ceph_cls_assert_locked()