Home
last modified time | relevance | path

Searched refs:relinquished (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dloop-util.c456 … .relinquished = true, /* It's not allocated by us, don't destroy it when this object is freed */ in loop_device_make_internal()
729 if (d->nr >= 0 && !d->relinquished) { in loop_device_unref()
738 if (d->nr >= 0 && !d->relinquished) { in loop_device_unref()
768 d->relinquished = true; in loop_device_relinquish()
813 … .relinquished = true, /* It's not ours, don't try to destroy it when this object is freed */ in loop_device_open()
Dloop-util.h16 bool relinquished; member
Ddissect-image.c1615 bool relinquished; member
1634 if (p->device && p->name && !p->relinquished) { in decrypted_image_unref()
2211 if (p->relinquished) in decrypted_image_relinquish()
2218 p->relinquished = true; in decrypted_image_relinquish()