Home
last modified time | relevance | path

Searched refs:ENABLE_INPLACE_ERR_DEV (Results 1 – 2 of 2) sorted by relevance

/system/vold/
Dcryptfs.h202 #define ENABLE_INPLACE_ERR_DEV (-2) /* crypto_blkdev issue */ macro
Dcryptfs.cpp2236 rc = ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_ext4()
2365 rc = ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_f2fs()
2438 return ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace_full()
2577 if (rc_ext4 == ENABLE_INPLACE_ERR_DEV in cryptfs_enable_inplace()
2578 && rc_f2fs == ENABLE_INPLACE_ERR_DEV in cryptfs_enable_inplace()
2579 && rc_full == ENABLE_INPLACE_ERR_DEV) { in cryptfs_enable_inplace()
2580 return ENABLE_INPLACE_ERR_DEV; in cryptfs_enable_inplace()
2656 if (rc == ENABLE_INPLACE_ERR_DEV) { in cryptfs_enable_all_volumes()