Lines Matching refs:cpu_to_be16
54 key->key_len = cpu_to_be16(6 + 2 * len); in hfsplus_cat_build_key()
64 key->key_len = cpu_to_be16(6); in hfsplus_cat_build_key_with_cnid()
74 key->cat.name.length = cpu_to_be16(ustrlen); in hfsplus_cat_build_key_uni()
77 key->key_len = cpu_to_be16(6 + ustrlen); in hfsplus_cat_build_key_uni()
92 perms->mode = cpu_to_be16(inode->i_mode); in hfsplus_cat_set_perms()
114 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record()
116 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record()
126 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record()
133 file->type = cpu_to_be16(HFSPLUS_FILE); in hfsplus_cat_build_record()
134 file->flags = cpu_to_be16(HFSPLUS_FILE_THREAD_EXISTS); in hfsplus_cat_build_record()
158 cpu_to_be16(HFSPLUS_FILE_LOCKED); in hfsplus_cat_build_record()
165 cpu_to_be16(0x100); in hfsplus_cat_build_record()
181 entry->type = cpu_to_be16(type); in hfsplus_fill_cat_thread()
352 fd.search_key->key_len = cpu_to_be16(6 + len); in hfsplus_delete_cat()