Lines Matching refs:handle

371 	u64 handle;  member
3619 return lhs->gid == rhs->gid && lhs->handle == rhs->handle; in rbd_cid_equal()
3628 cid.handle = rbd_dev->watch_cookie; in rbd_get_cid()
3640 rbd_dev->owner_cid.gid, rbd_dev->owner_cid.handle, in rbd_set_owner_cid()
3641 cid->gid, cid->handle); in rbd_set_owner_cid()
3725 ceph_encode_64(&p, cid.handle); in __rbd_notify_op_lock()
3879 u64 handle; in get_lock_owner_info() local
3909 &handle); in get_lock_owner_info()
3923 le32_to_cpu(lockers[0].info.addr.nonce), handle); in get_lock_owner_info()
3964 .handle = cookie, in find_watcher()
3968 rbd_dev, cid.gid, cid.handle); in find_watcher()
4264 cid.handle = ceph_decode_64(p); in rbd_handle_acquired_lock()
4268 cid.handle); in rbd_handle_acquired_lock()
4273 __func__, rbd_dev, cid.gid, cid.handle); in rbd_handle_acquired_lock()
4293 cid.handle = ceph_decode_64(p); in rbd_handle_released_lock()
4297 cid.handle); in rbd_handle_released_lock()
4302 __func__, rbd_dev, cid.gid, cid.handle, in rbd_handle_released_lock()
4303 rbd_dev->owner_cid.gid, rbd_dev->owner_cid.handle); in rbd_handle_released_lock()
4329 cid.handle = ceph_decode_64(p); in rbd_handle_request_lock()
4333 cid.handle); in rbd_handle_request_lock()
4499 struct ceph_osd_linger_request *handle; in __rbd_register_watch() local
4504 handle = ceph_osdc_watch(osdc, &rbd_dev->header_oid, in __rbd_register_watch()
4507 if (IS_ERR(handle)) in __rbd_register_watch()
4508 return PTR_ERR(handle); in __rbd_register_watch()
4510 rbd_dev->watch_handle = handle; in __rbd_register_watch()