Lines Matching refs:lockers
1797 struct ceph_locker *lockers;
1817 &lockers, &num_lockers);
1822 rbd_warn(rbd_dev, "failed to get object map lockers: %d", ret);
1831 ENTITY_NAME(lockers[0].id.name));
1834 RBD_LOCK_NAME, lockers[0].id.cookie,
1835 &lockers[0].id.name);
1836 ceph_free_lockers(lockers, num_lockers);
3944 struct ceph_locker *lockers;
3954 &lock_type, &lock_tag, &lockers, &num_lockers);
3956 rbd_warn(rbd_dev, "failed to get header lockers: %d", ret);
3961 dout("%s rbd_dev %p no lockers detected\n", __func__, rbd_dev);
3962 lockers = NULL;
3978 if (strncmp(lockers[0].id.cookie, RBD_LOCK_COOKIE_PREFIX,
3981 lockers[0].id.cookie);
3987 return lockers;
3991 ceph_free_lockers(lockers, num_lockers);