Lines Matching refs:ret_found_uuid
355 sd_id128_t *ret_found_uuid, in luks_setup() argument
388 if (!sd_id128_is_null(uuid) || ret_found_uuid) { in luks_setup()
445 if (ret_found_uuid) /* Return the UUID actually found if the caller wants to know */ in luks_setup()
446 *ret_found_uuid = p; in luks_setup()
513 sd_id128_t *ret_found_uuid, in luks_open() argument
543 if (ret_found_uuid) { in luks_open()
584 if (ret_found_uuid) in luks_open()
585 *ret_found_uuid = p; in luks_open()
598 sd_id128_t *ret_found_uuid) { in fs_validate() argument
624 if (ret_found_uuid) /* Return the UUID actually found if the caller wants to know */ in fs_validate()
625 *ret_found_uuid = u; in fs_validate()