Lines Matching defs:lock_name
14 * @lock_name: the name of the lock
26 char *lock_name, u8 type, char *cookie,
30 int name_len = strlen(lock_name);
60 ceph_encode_string(&p, end, lock_name, name_len);
71 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n",
72 __func__, lock_name, type, cookie, tag, desc, flags);
86 * @lock_name: the name of the lock
92 char *lock_name, char *cookie)
95 int name_len = strlen(lock_name);
117 ceph_encode_string(&p, end, lock_name, name_len);
120 dout("%s lock_name %s cookie %s\n", __func__, lock_name, cookie);
134 * @lock_name: the name of the lock
141 char *lock_name, char *cookie,
145 int name_len = strlen(lock_name);
168 ceph_encode_string(&p, end, lock_name, name_len);
172 dout("%s lock_name %s cookie %s locker %s%llu\n", __func__, lock_name,
187 char *lock_name, u8 type, char *old_cookie,
191 int name_len = strlen(lock_name);
217 ceph_encode_string(&p, end, lock_name, name_len);
223 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n",
224 __func__, lock_name, type, old_cookie, tag, new_cookie);
331 char *lock_name, u8 *type, char **tag,
335 int name_len = strlen(lock_name);
362 ceph_encode_string(&p, end, lock_name, name_len);
364 dout("%s lock_name %s\n", __func__, lock_name);
384 char *lock_name, u8 type, char *cookie, char *tag)
387 int name_len = strlen(lock_name);
415 ceph_encode_string(&p, end, lock_name, name_len);