Lines Matching defs:kref
506 static void ceph_osdc_release_request(struct kref *kref)
508 struct ceph_osd_request *req = container_of(kref,
2782 static void linger_release(struct kref *kref)
2785 container_of(kref, struct ceph_osd_linger_request, kref);
2810 kref_put(&lreq->kref, linger_release);
2816 kref_get(&lreq->kref);
2829 kref_init(&lreq->kref);