Lines Matching refs:cpu_to_be16
55 key->key_len = cpu_to_be16(6 + 2 * len); in hfsplus_cat_build_key()
65 key->key_len = cpu_to_be16(6); in hfsplus_cat_build_key_with_cnid()
75 key->cat.name.length = cpu_to_be16(ustrlen); in hfsplus_cat_build_key_uni()
78 key->key_len = cpu_to_be16(6 + ustrlen); in hfsplus_cat_build_key_uni()
93 perms->mode = cpu_to_be16(inode->i_mode); in hfsplus_cat_set_perms()
115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record()
117 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record()
127 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record()
134 file->type = cpu_to_be16(HFSPLUS_FILE); in hfsplus_cat_build_record()
135 file->flags = cpu_to_be16(HFSPLUS_FILE_THREAD_EXISTS); in hfsplus_cat_build_record()
159 cpu_to_be16(HFSPLUS_FILE_LOCKED); in hfsplus_cat_build_record()
166 cpu_to_be16(0x100); in hfsplus_cat_build_record()
182 entry->type = cpu_to_be16(type); in hfsplus_fill_cat_thread()
369 fd.search_key->key_len = cpu_to_be16(6 + len); in hfsplus_delete_cat()