Searched refs:fscrypt_destroy_user_storage (Results 1 – 3 of 3) sorted by relevance
38 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags);
731 return translateBool(fscrypt_destroy_user_storage(uuid_, userId, flags)); in destroyUserStorage()
890 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage() function