Lines Matching refs:label
779 static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) in test_mount_encrypted_fs() argument
813 real_blkdev, crypto_blkdev, label)) { in test_mount_encrypted_fs()
829 delete_crypto_blk_dev(label); in test_mount_encrypted_fs()
870 int cryptfs_revert_volume(const char *label) in cryptfs_revert_volume() argument
872 return delete_crypto_blk_dev((char *)label); in cryptfs_revert_volume()
880 int cryptfs_setup_volume(const char *label, int major, int minor, in cryptfs_setup_volume() argument
906 crypto_blkdev, label); in cryptfs_setup_volume()
1223 ret=vold_disableVol(vol_list[i].label); in cryptfs_enable()
1227 SLOGE("Failed to unmount volume %s\n", vol_list[i].label); in cryptfs_enable()
1334 vol_list[i].label); in cryptfs_enable()
1379 delete_crypto_blk_dev(vol_list[i].label); in cryptfs_enable()