Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dfsntfs.c2629 u32 uni_bytes; in ntfs_set_label() local
2642 uni_bytes = uni->len * sizeof(u16); in ntfs_set_label()
2643 if (uni_bytes > NTFS_LABEL_MAX_LENGTH * sizeof(u16)) { in ntfs_set_label()
2654 err = ni_insert_resident(ni, uni_bytes, ATTR_LABEL, NULL, 0, &attr, in ntfs_set_label()
2660 memcpy(resident_data(attr), uni->name, uni_bytes); in ntfs_set_label()