/openbmc/linux/fs/smb/server/ |
H A D | smbstatus.h | 162 cpu_to_le32(0x401E0351) 225 cpu_to_le32(0x801B00EB) 831 cpu_to_le32(0xC00002DB) 955 cpu_to_le32(0xC0000416) 1002 cpu_to_le32(0xC000070C) 1004 cpu_to_le32(0xC000070D) 1006 cpu_to_le32(0xC000070E) 1048 cpu_to_le32(0xC000A080) 1050 cpu_to_le32(0xC000A081) 1284 cpu_to_le32(0xC0150012) [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2status.h | 30 #define STATUS_SUCCESS cpu_to_le32(0x00000000) 31 #define STATUS_WAIT_0 cpu_to_le32(0x00000000) 32 #define STATUS_WAIT_1 cpu_to_le32(0x00000001) 33 #define STATUS_WAIT_2 cpu_to_le32(0x00000002) 34 #define STATUS_WAIT_3 cpu_to_le32(0x00000003) 35 #define STATUS_WAIT_63 cpu_to_le32(0x0000003F) 41 #define STATUS_ALERTED cpu_to_le32(0x00000101) 42 #define STATUS_TIMEOUT cpu_to_le32(0x00000102) 43 #define STATUS_PENDING cpu_to_le32(0x00000103) 44 #define STATUS_REPARSE cpu_to_le32(0x00000104) [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | usnjrnl.h | 105 USN_REASON_DATA_OVERWRITE = cpu_to_le32(0x00000001), 106 USN_REASON_DATA_EXTEND = cpu_to_le32(0x00000002), 107 USN_REASON_DATA_TRUNCATION = cpu_to_le32(0x00000004), 111 USN_REASON_FILE_CREATE = cpu_to_le32(0x00000100), 112 USN_REASON_FILE_DELETE = cpu_to_le32(0x00000200), 113 USN_REASON_EA_CHANGE = cpu_to_le32(0x00000400), 114 USN_REASON_SECURITY_CHANGE = cpu_to_le32(0x00000800), 115 USN_REASON_RENAME_OLD_NAME = cpu_to_le32(0x00001000), 116 USN_REASON_RENAME_NEW_NAME = cpu_to_le32(0x00002000), 124 USN_REASON_STREAM_CHANGE = cpu_to_le32(0x00200000), [all …]
|
H A D | layout.h | 455 AT_UNUSED = cpu_to_le32( 0), 458 AT_FILE_NAME = cpu_to_le32( 0x30), 459 AT_OBJECT_ID = cpu_to_le32( 0x40), 463 AT_DATA = cpu_to_le32( 0x80), 466 AT_BITMAP = cpu_to_le32( 0xb0), 469 AT_EA = cpu_to_le32( 0xe0), 473 AT_END = cpu_to_le32(0xffffffff) 517 COLLATION_BINARY = cpu_to_le32(0x00), 518 COLLATION_FILE_NAME = cpu_to_le32(0x01), 1467 DELETE = cpu_to_le32(0x00010000), [all …]
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.h | 177 #define TYPHOON_TX_PF_NO_CRC cpu_to_le32(0x00000001) 182 #define TYPHOON_TX_PF_IPSEC cpu_to_le32(0x00000020) 254 #define TYPHOON_RX_ERR_RUNT cpu_to_le32(0x00000003) 255 #define TYPHOON_RX_ERR_CRC cpu_to_le32(0x00000004) 261 #define TYPHOON_RX_PROTO_IP cpu_to_le32(0x00000001) 263 #define TYPHOON_RX_VLAN cpu_to_le32(0x00000004) 264 #define TYPHOON_RX_IP_FRAG cpu_to_le32(0x00000008) 265 #define TYPHOON_RX_IPSEC cpu_to_le32(0x00000010) 420 #define TYPHOON_LINK_GOOD cpu_to_le32(0x00000001) 421 #define TYPHOON_LINK_BAD cpu_to_le32(0x00000000) [all …]
|
/openbmc/linux/fs/ntfs3/ |
H A D | ntfs.h | 104 ATTR_ZERO = cpu_to_le32(0x00), 105 ATTR_STD = cpu_to_le32(0x10), 106 ATTR_LIST = cpu_to_le32(0x20), 107 ATTR_NAME = cpu_to_le32(0x30), 108 ATTR_ID = cpu_to_le32(0x40), 109 ATTR_SECURE = cpu_to_le32(0x50), 110 ATTR_LABEL = cpu_to_le32(0x60), 112 ATTR_DATA = cpu_to_le32(0x80), 113 ATTR_ROOT = cpu_to_le32(0x90), 114 ATTR_ALLOC = cpu_to_le32(0xA0), [all …]
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | descs_com.h | 26 p->des1 |= cpu_to_le32((BUF_SIZE_8KiB in ehn_desc_rx_set_on_ring() 31 p->des1 |= cpu_to_le32(ERDES1_END_RING); in ehn_desc_rx_set_on_ring() 37 p->des0 |= cpu_to_le32(ETDES0_END_RING); in enh_desc_end_tx_desc_on_ring() 39 p->des0 &= cpu_to_le32(~ETDES0_END_RING); in enh_desc_end_tx_desc_on_ring() 45 p->des1 |= cpu_to_le32((((len - BUF_SIZE_4KiB) in enh_set_tx_desc_len_on_ring() 65 p->des1 |= cpu_to_le32(RDES1_END_RING); in ndesc_rx_set_on_ring() 71 p->des1 |= cpu_to_le32(TDES1_END_RING); in ndesc_end_tx_desc_on_ring() 73 p->des1 &= cpu_to_le32(~TDES1_END_RING); in ndesc_end_tx_desc_on_ring() 81 p->des1 |= cpu_to_le32((((len - buffer1) in norm_set_tx_desc_len_on_ring() 109 p->des1 |= cpu_to_le32(RDES1_SECOND_ADDRESS_CHAINED); in ndesc_rx_set_on_chain() [all …]
|
H A D | dwxgmac2_descs.c | 54 p->des3 |= cpu_to_le32(XGMAC_TDES3_OWN); in dwxgmac2_set_tx_owner() 59 p->des3 |= cpu_to_le32(XGMAC_RDES3_OWN); in dwxgmac2_set_rx_owner() 62 p->des3 |= cpu_to_le32(XGMAC_RDES3_IOC); in dwxgmac2_set_rx_owner() 77 p->des2 |= cpu_to_le32(XGMAC_TDES2_TTSE); in dwxgmac2_enable_tx_timestamp() 178 p->des3 = cpu_to_le32(tdes3); in dwxgmac2_prepare_tx_desc() 218 p->des3 = cpu_to_le32(tdes3); in dwxgmac2_prepare_tso_tx_desc() 231 p->des2 |= cpu_to_le32(XGMAC_TDES2_IOC); in dwxgmac2_set_tx_ic() 238 p->des2 = cpu_to_le32(mss); in dwxgmac2_set_mss() 316 p->des2 = cpu_to_le32(des); in dwxgmac2_set_vlan_tag() 325 p->des3 |= cpu_to_le32(XGMAC_TDES3_VLTV); in dwxgmac2_set_vlan_tag() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sf.c | 57 cpu_to_le32(SF_MCAST_IDLE_TIMER_DEF) 60 cpu_to_le32(SF_BA_AGING_TIMER_DEF), 61 cpu_to_le32(SF_BA_IDLE_TIMER_DEF) 65 cpu_to_le32(SF_TX_RE_IDLE_TIMER_DEF) 83 cpu_to_le32(SF_MCAST_AGING_TIMER), 84 cpu_to_le32(SF_MCAST_IDLE_TIMER) 87 cpu_to_le32(SF_BA_AGING_TIMER), 88 cpu_to_le32(SF_BA_IDLE_TIMER) 91 cpu_to_le32(SF_TX_RE_AGING_TIMER), 92 cpu_to_le32(SF_TX_RE_IDLE_TIMER) [all …]
|
H A D | link.c | 39 cmd->action = cpu_to_le32(action); in iwl_mvm_link_cmd_send() 77 cmd.mac_id = cpu_to_le32(mvmvif->id); in iwl_mvm_add_link() 80 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_add_link() 137 cmd.phy_id = cpu_to_le32(phyctxt->id); in iwl_mvm_link_changed() 139 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID); in iwl_mvm_link_changed() 140 cmd.mac_id = cpu_to_le32(mvmvif->id); in iwl_mvm_link_changed() 144 cmd.active = cpu_to_le32(active); in iwl_mvm_link_changed() 165 cmd.bi = cpu_to_le32(link_conf->beacon_int); in iwl_mvm_link_changed() 223 cmd.modify_mask = cpu_to_le32(changes); in iwl_mvm_link_changed() 224 cmd.flags = cpu_to_le32(flags); in iwl_mvm_link_changed() [all …]
|
/openbmc/qemu/hw/mips/ |
H A D | loongson3_bootp.c | 32 c->cputype = cpu_to_le32(Loongson_3A); in init_cpu_info() 50 emap->nr_map = cpu_to_le32(2); in init_memory_map() 53 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map() 54 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map() 58 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map() 59 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map() 68 s->ccnuma_smp = cpu_to_le32(0); in init_system_loongson() 70 s->nr_uarts = cpu_to_le32(1); in init_system_loongson() 71 s->uarts[0].iotype = cpu_to_le32(2); in init_system_loongson() 81 irq_info->node_id = cpu_to_le32(0); in init_irq_source() [all …]
|
/openbmc/qemu/hw/scsi/ |
H A D | mptendian.c | 50 sge->u.Address32 = cpu_to_le32(sge->u.Address32); in mptsas_fix_sgentry_endianness_reply() 52 sge->FlagsLength = cpu_to_le32(sge->FlagsLength); in mptsas_fix_sgentry_endianness_reply() 65 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_io_reply_endianness() 67 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_io_reply_endianness() 69 reply->SenseCount = cpu_to_le32(reply->SenseCount); in mptsas_fix_scsi_io_reply_endianness() 82 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_scsi_task_mgmt_reply_endianness() 84 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_scsi_task_mgmt_reply_endianness() 103 reply->MsgContext = cpu_to_le32(reply->MsgContext); in mptsas_fix_ioc_init_reply_endianness() 105 reply->IOCLogInfo = cpu_to_le32(reply->IOCLogInfo); in mptsas_fix_ioc_init_reply_endianness() 197 reply->Event = cpu_to_le32(reply->Event); in mptsas_fix_event_notification_reply_endianness() [all …]
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_general.h | 62 #define HIF_STATUS_SUCCESS (cpu_to_le32(0x0000)) 63 #define HIF_STATUS_FAIL (cpu_to_le32(0x0001)) 64 #define HIF_STATUS_INVALID_PARAMETER (cpu_to_le32(0x0002)) 65 #define HIF_STATUS_WARNING (cpu_to_le32(0x0003)) 66 #define HIF_STATUS_UNKNOWN_REQUEST (cpu_to_le32(0x0004)) 67 #define HIF_STATUS_RX_FAIL_DECRYPT (cpu_to_le32(0x0010)) 68 #define HIF_STATUS_RX_FAIL_MIC (cpu_to_le32(0x0011)) 69 #define HIF_STATUS_RX_FAIL_NO_KEY (cpu_to_le32(0x0012)) 70 #define HIF_STATUS_TX_FAIL_RETRIES (cpu_to_le32(0x0013)) 71 #define HIF_STATUS_TX_FAIL_TIMEOUT (cpu_to_le32(0x0014)) [all …]
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 111 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe) 121 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008) 1059 #define IL_ANONYMOUS cpu_to_le32(0x00000000) 1060 #define IL_IDENTIFICATION cpu_to_le32(0x00000001) 1061 #define IL_IMPERSONATION cpu_to_le32(0x00000002) 1062 #define IL_DELEGATE cpu_to_le32(0x00000003) 1105 #define FILE_READ_EA_LE cpu_to_le32(0x00000008) 1111 #define FILE_DELETE_LE cpu_to_le32(0x00010000) 1142 #define FILE_OPEN_LE cpu_to_le32(0x00000001) 1143 #define FILE_CREATE_LE cpu_to_le32(0x00000002) [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | rndis.c | 227 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 260 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 334 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 344 *outbuf = cpu_to_le32( in gen_ndis_query_resp() 429 *outbuf = cpu_to_le32(0xE0000000); in gen_ndis_query_resp() 437 *outbuf = cpu_to_le32(1); in gen_ndis_query_resp() 443 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 461 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 468 *outbuf = cpu_to_le32(0); in gen_ndis_query_resp() 585 resp->AFListSize = cpu_to_le32(0); in rndis_init_response() [all …]
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vq.c | 48 dst->x = cpu_to_le32(src->x); in convert_to_hw_box() 49 dst->y = cpu_to_le32(src->y); in convert_to_hw_box() 50 dst->z = cpu_to_le32(src->z); in convert_to_hw_box() 51 dst->w = cpu_to_le32(src->w); in convert_to_hw_box() 52 dst->h = cpu_to_le32(src->h); in convert_to_hw_box() 53 dst->d = cpu_to_le32(src->d); in convert_to_hw_box() 564 cmd_p->r.x = cpu_to_le32(x); in virtio_gpu_cmd_set_scanout() 565 cmd_p->r.y = cpu_to_le32(y); in virtio_gpu_cmd_set_scanout() 588 cmd_p->r.x = cpu_to_le32(x); in virtio_gpu_cmd_resource_flush() 589 cmd_p->r.y = cpu_to_le32(y); in virtio_gpu_cmd_resource_flush() [all …]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_xmit.c | 380 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 385 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe() 446 ptxdesc->txdw0 |= cpu_to_le32 in update_txdesc() 451 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc() 453 ptxdesc->txdw2 = cpu_to_le32 in update_txdesc() 455 ptxdesc->txdw6 |= cpu_to_le32 in update_txdesc() 458 ptxdesc->txdw0 |= cpu_to_le32 in update_txdesc() 460 ptxdesc->txdw1 |= cpu_to_le32 in update_txdesc() 465 ptxdesc->txdw2 = cpu_to_le32 in update_txdesc() 467 ptxdesc->txdw7 |= cpu_to_le32 in update_txdesc() [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_vce.c | 365 ib.ptr[ib.length_dw++] = cpu_to_le32(handle); in radeon_vce_get_create_msg() 369 ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000000); in radeon_vce_get_create_msg() 370 ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000042); in radeon_vce_get_create_msg() 371 ib.ptr[ib.length_dw++] = cpu_to_le32(0x0000000a); in radeon_vce_get_create_msg() 372 ib.ptr[ib.length_dw++] = cpu_to_le32(0x00000001); in radeon_vce_get_create_msg() 383 ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); in radeon_vce_get_create_msg() 387 ib.ptr[i] = cpu_to_le32(0x0); in radeon_vce_get_create_msg() 432 ib.ptr[ib.length_dw++] = cpu_to_le32(handle); in radeon_vce_get_destroy_msg() 437 ib.ptr[ib.length_dw++] = cpu_to_le32(dummy); in radeon_vce_get_destroy_msg() 444 ib.ptr[i] = cpu_to_le32(0x0); in radeon_vce_get_destroy_msg() [all …]
|
/openbmc/u-boot/drivers/power/ |
H A D | power_i2c.c | 30 buf[2] = (cpu_to_le32(val) >> 16) & 0xff; in pmic_reg_write() 31 buf[1] = (cpu_to_le32(val) >> 8) & 0xff; in pmic_reg_write() 32 buf[0] = cpu_to_le32(val) & 0xff; in pmic_reg_write() 34 buf[0] = (cpu_to_le32(val) >> 16) & 0xff; in pmic_reg_write() 35 buf[1] = (cpu_to_le32(val) >> 8) & 0xff; in pmic_reg_write() 36 buf[2] = cpu_to_le32(val) & 0xff; in pmic_reg_write() 41 buf[1] = (cpu_to_le32(val) >> 8) & 0xff; in pmic_reg_write() 42 buf[0] = cpu_to_le32(val) & 0xff; in pmic_reg_write() 44 buf[0] = (cpu_to_le32(val) >> 8) & 0xff; in pmic_reg_write() 45 buf[1] = cpu_to_le32(val) & 0xff; in pmic_reg_write() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 381 #define UCODE_VALID_OK cpu_to_le32(0x1) 1088 #define IL_TX_FIFO_BK_MSK cpu_to_le32(BIT(0)) 1089 #define IL_TX_FIFO_BE_MSK cpu_to_le32(BIT(1)) 1090 #define IL_TX_FIFO_VI_MSK cpu_to_le32(BIT(2)) 1091 #define IL_TX_FIFO_VO_MSK cpu_to_le32(BIT(3)) 1272 #define TX_CMD_FLG_RTS_MSK cpu_to_le32(1 << 1) 1279 #define TX_CMD_FLG_CTS_MSK cpu_to_le32(1 << 2) 1284 #define TX_CMD_FLG_ACK_MSK cpu_to_le32(1 << 3) 1323 #define TX_CMD_FLG_TSF_MSK cpu_to_le32(1 << 16) 1338 #define TX_CMD_FLG_DUR_MSK cpu_to_le32(1 << 25) [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 769 cmd->vdev_id = cpu_to_le32(vdev_id); in ath12k_wmi_mgmt_send() 770 cmd->desc_id = cpu_to_le32(buf_id); in ath12k_wmi_mgmt_send() 956 chan->mhz = cpu_to_le32(arg->freq); in ath12k_wmi_put_wmi_channel() 1302 cmd->tid = cpu_to_le32(tid); in ath12k_wmi_peer_rx_reorder_queue_setup() 1305 cmd->queue_no = cpu_to_le32(tid); in ath12k_wmi_peer_rx_reorder_queue_setup() 1503 cmd->req_type = cpu_to_le32(type); in ath12k_wmi_pdev_bss_chan_info_request() 1572 cmd->param = cpu_to_le32(param); in ath12k_wmi_set_sta_ps_param() 1605 cmd->type = cpu_to_le32(type); in ath12k_wmi_force_fw_hang_cmd() 2678 cmd->tid = cpu_to_le32(tid); in ath12k_wmi_delba_send() 2715 cmd->tid = cpu_to_le32(tid); in ath12k_wmi_addba_set_resp() [all …]
|
/openbmc/qemu/block/ |
H A D | vhdx-endian.c | 91 d->signature = cpu_to_le32(d->signature); in vhdx_log_desc_le_export() 135 hdr->signature = cpu_to_le32(hdr->signature); in vhdx_log_entry_hdr_le_export() 136 hdr->checksum = cpu_to_le32(hdr->checksum); in vhdx_log_entry_hdr_le_export() 138 hdr->tail = cpu_to_le32(hdr->tail); in vhdx_log_entry_hdr_le_export() 161 hdr->signature = cpu_to_le32(hdr->signature); in vhdx_region_header_le_export() 162 hdr->checksum = cpu_to_le32(hdr->checksum); in vhdx_region_header_le_export() 182 e->length = cpu_to_le32(e->length); in vhdx_region_entry_le_export() 183 e->data_bits = cpu_to_le32(e->data_bits); in vhdx_region_entry_le_export() 218 e->offset = cpu_to_le32(e->offset); in vhdx_metadata_entry_le_export() 219 e->length = cpu_to_le32(e->length); in vhdx_metadata_entry_le_export() [all …]
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | comminit.c | 115 cpu_to_le32(ADAPTER_INIT_STRUCT_REVISION_8); in aac_alloc_comm() 144 cpu_to_le32(ADAPTER_INIT_STRUCT_REVISION); in aac_alloc_comm() 149 init->r7.fsrev = cpu_to_le32(dev->fsrev); in aac_alloc_comm() 173 cpu_to_le32(aac_max_hostphysmempages); in aac_alloc_comm() 176 cpu_to_le32(AAC_MAX_HOSTPHYSMEMPAGES); in aac_alloc_comm() 217 cpu_to_le32(dev->max_msix); in aac_alloc_comm() 252 init->r7.printfbuf = cpu_to_le32(phys); in aac_alloc_comm() 270 *(q->headers.producer) = cpu_to_le32(qsize); in aac_queue_init() 271 *(q->headers.consumer) = cpu_to_le32(qsize); in aac_queue_init() 336 cmd->command = cpu_to_le32(VM_CloseAll); in aac_send_shutdown() [all …]
|
/openbmc/linux/fs/dlm/ |
H A D | rcom.c | 44 rc->rc_type = cpu_to_le32(type); in _create_rcom() 105 rs->rs_flags = cpu_to_le32(flags); in set_rcom_status() 263 rc->rc_result = cpu_to_le32(status); in receive_rcom_status() 531 rf->rf_lvblen = cpu_to_le32(~0U); in dlm_send_ls_not_ready() 594 case cpu_to_le32(DLM_RCOM_NAMES): in dlm_receive_rcom() 601 case cpu_to_le32(DLM_RCOM_LOOKUP): in dlm_receive_rcom() 608 case cpu_to_le32(DLM_RCOM_LOCK): in dlm_receive_rcom() 636 case cpu_to_le32(DLM_RCOM_STATUS): in dlm_receive_rcom() 640 case cpu_to_le32(DLM_RCOM_NAMES): in dlm_receive_rcom() 644 case cpu_to_le32(DLM_RCOM_LOOKUP): in dlm_receive_rcom() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | sb.c | 166 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem() 172 sup->log_lebs = cpu_to_le32(log_lebs); in create_default_filesystem() 173 sup->lpt_lebs = cpu_to_le32(lpt_lebs); in create_default_filesystem() 174 sup->orph_lebs = cpu_to_le32(orph_lebs); in create_default_filesystem() 213 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem() 226 mst->lscan_lnum = cpu_to_le32(main_first); in create_default_filesystem() 228 mst->idx_lebs = cpu_to_le32(1); in create_default_filesystem() 278 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ); in create_default_filesystem() 296 ino->nlink = cpu_to_le32(2); in create_default_filesystem() 308 ino->flags = cpu_to_le32(UBIFS_COMPR_FL); in create_default_filesystem() [all …]
|