• Home
  • Raw
  • Download

Lines Matching refs:DATA_MNT_POINT

1600     if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) {
1673 if (! (rc = wait_and_unmount(DATA_MNT_POINT, true)) ) {
1681 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
1688 while ((mount_rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT,
1737 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
1741 if (e4crypt_restart(DATA_MNT_POINT)) {
1746 rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
1748 SLOGE("Can't get fstab record for %s\n", DATA_MNT_POINT);
1752 rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT, rec->blk_device, 0);
1754 SLOGE("Can't mount %s\n", DATA_MNT_POINT);
1890 if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev, tmp_mount_point)) {
2031 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
2032 return e4crypt_check_passwd(DATA_MNT_POINT, passwd);
2043 DATA_MNT_POINT, "userdata");
2866 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT);
3002 if (wait_and_unmount(DATA_MNT_POINT, false)) {
3012 if (fs_mgr_do_tmpfs_mount(DATA_MNT_POINT)) {
3243 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3244 return e4crypt_change_password(DATA_MNT_POINT, crypt_type,
3470 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3471 return e4crypt_get_field(DATA_MNT_POINT, fieldname, value, len);
3535 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3536 return e4crypt_set_field(DATA_MNT_POINT, fieldname, value);
3661 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3662 return e4crypt_get_password_type(DATA_MNT_POINT);
3681 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3682 return e4crypt_get_password(DATA_MNT_POINT);
3697 if (e4crypt_crypto_complete(DATA_MNT_POINT) == 0) {
3698 e4crypt_clear_password(DATA_MNT_POINT);
3712 return e4crypt_enable(DATA_MNT_POINT);