Searched refs:f2fs_fs (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/uncrypt/
H A Duncrypt.cpp175 static const char* find_block_device(const char* path, bool* encryptable, bool* encrypted, bool *f2fs_fs) { argument
180 // ensure f2fs_fs is set to 0 first.
181 if (f2fs_fs)
182 *f2fs_fs = false;
199 if (f2fs_fs && strcmp(v->fs_type, "f2fs") == 0)
200 *f2fs_fs = true;
253 bool encrypted, bool f2fs_fs, int socket) {
322 if (f2fs_fs && ioctl(fd, F2FS_IOC_SET_DONTMOVE) < 0) {
478 bool f2fs_fs; local
479 const char* blk_dev = find_block_device(path, &encryptable, &encrypted, &f2fs_fs);
252 produce_block_map(const char* path, const char* map_file, const char* blk_dev, bool encrypted, bool f2fs_fs, int socket) argument
[all...]

Completed in 2 milliseconds