Lines Matching refs:vol_name
214 free(v->vol_name); in __ntfs_volume_release()
1198 vol->vol_name = ntfs_malloc(1); in ntfs_device_mount()
1199 if (!vol->vol_name) in ntfs_device_mount()
1201 vol->vol_name[0] = '\0'; in ntfs_device_mount()
1217 vol->vol_name = NULL; in ntfs_device_mount()
1218 if (ntfs_ucstombs(vname, u, &vol->vol_name, 0) == -1) { in ntfs_device_mount()
1223 vol->vol_name = ntfs_malloc(u + 1); in ntfs_device_mount()
1224 if (!vol->vol_name) in ntfs_device_mount()
1231 vol->vol_name[j] = (char)uc; in ntfs_device_mount()
1233 vol->vol_name[u] = '\0'; in ntfs_device_mount()
2002 old_vol_name = vol->vol_name; in ntfs_volume_rename()
2003 vol->vol_name = new_vol_name; in ntfs_volume_rename()