Lines Matching defs:kref
479 static void ceph_osdc_release_request(struct kref *kref)
481 struct ceph_osd_request *req = container_of(kref,
2695 static void linger_release(struct kref *kref)
2698 container_of(kref, struct ceph_osd_linger_request, kref);
2723 kref_put(&lreq->kref, linger_release);
2729 kref_get(&lreq->kref);
2742 kref_init(&lreq->kref);