Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dcatalog.c185 err = hfsplus_asc2uni(sb, &entry->thread.nodeName, HFSPLUS_MAX_STRLEN, in hfsplus_fill_cat_thread()
190 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread()
212 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat()
219 &tmp.thread.nodeName); in hfsplus_find_cat()
361 offsetof(struct hfsplus_cat_thread, nodeName); in hfsplus_delete_cat()
Dhfsplus_raw.h319 struct hfsplus_unistr nodeName; member