Searched refs:crypt_remove_device (Results 1 – 7 of 7) sorted by relevance
320 EQ_(crypt_remove_device(&co), -ENODEV); in remove_device()324 FAIL_(crypt_remove_device(&co), "device busy"); in remove_device()327 OK_(crypt_remove_device(&co)); in remove_device()357 OK_(crypt_remove_device(&co)); in LuksFormat()526 OK_(crypt_remove_device(&co)); in DeviceResizeGame()
52 crypt_remove_device;
563 int crypt_remove_device(struct crypt_options *options);
721 int crypt_remove_device(struct crypt_options *options) in crypt_remove_device() function
337 crypt_remove_device(&co); in entry_parser()
247 return crypt_remove_device(&options); in action_remove()
79 * Fix crypt_remove_device (remove, luksClose) implementation.