Searched refs:d_ref (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/scsi/
H A Dsg.c176 struct kref d_ref; member in struct:sg_device
364 kref_put(&sdp->d_ref, sg_device_destroy);
377 kref_put(&sdp->d_ref, sg_device_destroy);
1482 kref_init(&sdp->d_ref);
1574 struct sg_device *sdp = container_of(kref, struct sg_device, d_ref);
1628 kref_put(&sdp->d_ref, sg_device_destroy);
2203 kref_get(&sdp->d_ref);
2239 kref_put(&sdp->d_ref, sg_device_destroy);
2306 kref_get(&sdp->d_ref);

Completed in 153 milliseconds