Lines Matching defs:label
1906 * ntfs_volume_rename - change the current label on a volume
1907 * @vol: volume to change the label on
1908 * @label: the new label
1909 * @label_len: the length of @label in ntfschars including the terminating NULL
1912 * Change the label on the volume @vol to @label.
1914 int ntfs_volume_rename(ntfs_volume *vol, const ntfschar *label, int label_len)
1923 ntfs_log_error("Refusing to change label on read-only mounted "
1931 ntfs_log_error("New label is too long. Maximum %u characters "
1949 (const u8*) label, label_len))
1977 written = ntfs_attr_pwrite(na, 0, label_len, label);
1995 ntfs_ucstombs(label, label_len, &new_vol_name, 0);