Searched refs:f2fs_fs (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/extras/ioblame/ |
H A D | ioblame.sh | 105 if [ $f2fs_fs == 1 ] ; then 121 if [ $f2fs_fs == 1 ] ; then 150 if [ $f2fs_fs == 1 ] ; then 173 if [ $f2fs_fs == 1 ] ; then 205 if [ $f2fs_fs == 1 ] ; then 439 f2fs_fs=1 441 f2fs_fs=0 444 if [ $f2fs_fs == 0 ] && [ $trace_writepages == true ]; then 500 if [ $f2fs_fs == 1 ] ; then 505 if [ $f2fs_fs == 1 ] && [ $trace_writepages == true ] ; then
|
/aosp12/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 172 bool* f2fs_fs) { in FindBlockDevice() argument 174 *f2fs_fs = false; in FindBlockDevice() 190 *f2fs_fs = true; in FindBlockDevice() 244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap() argument 322 if (f2fs_fs) { in ProductBlockMap() 482 bool f2fs_fs = false; in Uncrypt() local 483 const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); in Uncrypt() 501 return ProductBlockMap(path, map_file, blk_dev, encrypted, f2fs_fs, socket); in Uncrypt()
|