Lines Matching defs:lock_name
16 * @lock_name: the name of the lock
28 char *lock_name, u8 type, char *cookie,
32 int name_len = strlen(lock_name);
62 ceph_encode_string(&p, end, lock_name, name_len);
73 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n",
74 __func__, lock_name, type, cookie, tag, desc, flags);
90 * @lock_name: the name of the lock
96 char *lock_name, char *cookie)
99 int name_len = strlen(lock_name);
121 ceph_encode_string(&p, end, lock_name, name_len);
124 dout("%s lock_name %s cookie %s\n", __func__, lock_name, cookie);
140 * @lock_name: the name of the lock
147 char *lock_name, char *cookie,
151 int name_len = strlen(lock_name);
174 ceph_encode_string(&p, end, lock_name, name_len);
178 dout("%s lock_name %s cookie %s locker %s%llu\n", __func__, lock_name,
193 char *lock_name, u8 type, char *old_cookie,
197 int name_len = strlen(lock_name);
223 ceph_encode_string(&p, end, lock_name, name_len);
229 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n",
230 __func__, lock_name, type, old_cookie, tag, new_cookie);
337 char *lock_name, u8 *type, char **tag,
341 int name_len = strlen(lock_name);
368 ceph_encode_string(&p, end, lock_name, name_len);
370 dout("%s lock_name %s\n", __func__, lock_name);
390 char *lock_name, u8 type, char *cookie, char *tag)
393 int name_len = strlen(lock_name);
421 ceph_encode_string(&p, end, lock_name, name_len);