Searched refs:ceph_free_lockers (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | cls_lock_client.h | 47 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | cls_lock_client.h | 47 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers);
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | cls_lock_client.c | 235 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers) in ceph_free_lockers() function 243 EXPORT_SYMBOL(ceph_free_lockers); variable 318 ceph_free_lockers(*lockers, *num_lockers); in decode_lockers() 326 * ceph_free_lockers(lockers, num_lockers);
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | cls_lock_client.c | 241 void ceph_free_lockers(struct ceph_locker *lockers, u32 num_lockers) in ceph_free_lockers() function 249 EXPORT_SYMBOL(ceph_free_lockers); variable 324 ceph_free_lockers(*lockers, *num_lockers); in decode_lockers() 332 * ceph_free_lockers(lockers, num_lockers);
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 1836 ceph_free_lockers(lockers, num_lockers); in rbd_object_map_lock() 3938 ceph_free_lockers(locker, 1); in free_locker() 3991 ceph_free_lockers(lockers, num_lockers); in get_lock_owner_info()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 1773 ceph_free_lockers(lockers, num_lockers); in rbd_object_map_lock() 3873 ceph_free_lockers(locker, 1); in free_locker() 3935 ceph_free_lockers(lockers, num_lockers); in get_lock_owner_info()
|
Completed in 20 milliseconds