Home | History | Annotate | Download | only in misc

Lines Matching refs:s_volume_name

1666 		printf("%.*s\n", (int) sizeof(sb->s_volume_name),
1667 sb->s_volume_name);
1760 if (strlen(new_label) > sizeof(sb->s_volume_name))
1763 memset(sb->s_volume_name, 0, sizeof(sb->s_volume_name));
1764 strncpy(sb->s_volume_name, new_label,
1765 sizeof(sb->s_volume_name));