Lines Matching defs:vol_name
2204 * Create volume name attribute specifying the volume name @vol_name as a null
2213 static int add_attr_vol_name(MFT_RECORD *m, const char *vol_name,
2220 if (vol_name) {
2221 uname_len = ntfs_mbstoucs(vol_name, &uname);
3424 free(g_vol->vol_name);
4310 err = add_attr_vol_name(m, g_vol->vol_name, g_vol->vol_name ?
4311 strlen(g_vol->vol_name) : 0);
4992 g_vol->vol_name = strdup(opts.label);
4993 if (!g_vol->vol_name) {