Home
last modified time | relevance | path

Searched refs:uni_bytes (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs3/
H A Dfsntfs.c2653 u32 uni_bytes; in ntfs_set_label() local
2666 uni_bytes = uni->len * sizeof(u16); in ntfs_set_label()
2667 if (uni_bytes > NTFS_LABEL_MAX_LENGTH * sizeof(u16)) { in ntfs_set_label()
2678 err = ni_insert_resident(ni, uni_bytes, ATTR_LABEL, NULL, 0, &attr, in ntfs_set_label()
2684 memcpy(resident_data(attr), uni->name, uni_bytes); in ntfs_set_label()