/linux-6.3-rc2/fs/ecryptfs/ |
A D | read_write.c | 188 int rc2; in ecryptfs_write() local 190 rc2 = ecryptfs_write_inode_size_to_metadata( in ecryptfs_write() 192 if (rc2) { in ecryptfs_write() 195 "rc = [%d]\n", rc2); in ecryptfs_write() 197 rc = rc2; in ecryptfs_write()
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | messy-diffstat.rst | 23 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 28 $ git diff --stat --summary vN-rc2..vN-rc3 38 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 48 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN 54 Our maintainer has created one branch at vN-rc1 and another at vN-rc2; the 64 and the second origin end point (vN-rc2), which is certainly not what our 80 ... vM --- vN-rc1 --- vN-rc2 --- vN-rc3 --- ... --- vN-rc7 --- vN
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ef10_sriov.c | 559 int rc = 0, rc2 = 0; in efx_ef10_sriov_set_vf_vlan() local 623 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan() 624 if (rc2) { in efx_ef10_sriov_set_vf_vlan() 631 rc2 = efx_ef10_evb_port_assign(efx, vf->vport_id, vf_i); in efx_ef10_sriov_set_vf_vlan() 632 if (rc2) in efx_ef10_sriov_set_vf_vlan() 640 if (rc2) in efx_ef10_sriov_set_vf_vlan() 646 rc2 = vf->efx->type->filter_table_probe(vf->efx); in efx_ef10_sriov_set_vf_vlan() 647 if (rc2) in efx_ef10_sriov_set_vf_vlan() 652 rc2 = efx_net_open(vf->efx->net_dev); in efx_ef10_sriov_set_vf_vlan() 653 if (rc2) in efx_ef10_sriov_set_vf_vlan() [all …]
|
A D | tc_counters.c | 83 int rc, rc2; in efx_tc_flower_allocate_counter() local 107 rc2 = efx_mae_free_counter(efx, cnt); in efx_tc_flower_allocate_counter() 108 if (rc2) in efx_tc_flower_allocate_counter() 111 cnt->fw_id, rc2); in efx_tc_flower_allocate_counter()
|
A D | ef10.c | 3216 int rc, rc2; in efx_ef10_vport_set_mac_address() local 3242 if (rc2) { in efx_ef10_vport_set_mac_address() 3250 rc2 = efx_ef10_vadaptor_alloc(efx, efx->vport_id); in efx_ef10_vport_set_mac_address() 3251 if (rc2) in efx_ef10_vport_set_mac_address() 3254 rc2 = efx_ef10_filter_table_probe(efx); in efx_ef10_vport_set_mac_address() 3255 if (rc2) in efx_ef10_vport_set_mac_address() 3258 rc2 = efx_net_open(efx->net_dev); in efx_ef10_vport_set_mac_address() 3259 if (rc2) in efx_ef10_vport_set_mac_address() 3271 return rc ? rc : rc2; in efx_ef10_vport_set_mac_address() 3416 int rc, rc2; in efx_ef10_test_chip() local [all …]
|
A D | efx_common.c | 815 int rc, rc2 = 0; in efx_reset() local 855 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset() 856 if (rc2) { in efx_reset() 859 rc = rc2; in efx_reset()
|
A D | efx_channels.c | 852 int rc, rc2; in efx_realloc_channels() local 932 rc2 = efx_soft_enable_interrupts(efx); in efx_realloc_channels() 933 if (rc2) { in efx_realloc_channels() 934 rc = rc ? rc : rc2; in efx_realloc_channels()
|
A D | mcdi.c | 2338 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2349 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2350 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS) in efx_mcdi_nvram_update_finish() 2353 rc2); in efx_mcdi_nvram_update_finish() 2354 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | hash_pgtable.c | 121 int rc2 = htab_remove_mapping(start, start + page_size, in hash__vmemmap_create_mapping() local 124 BUG_ON(rc2 && (rc2 != -ENOENT)); in hash__vmemmap_create_mapping()
|
/linux-6.3-rc2/security/selinux/ |
A D | avc.c | 1052 int rc = 0, rc2; in avc_has_extended_perms() local 1108 rc2 = avc_xperms_audit(state, ssid, tsid, tclass, requested, in avc_has_extended_perms() 1110 if (rc2) in avc_has_extended_perms() 1111 return rc2; in avc_has_extended_perms() 1188 int rc, rc2; in avc_has_perm() local 1193 rc2 = avc_audit(state, ssid, tsid, tclass, requested, &avd, rc, in avc_has_perm() 1195 if (rc2) in avc_has_perm() 1196 return rc2; in avc_has_perm()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/ |
A D | ibmveth.c | 796 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local 868 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload() 870 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload() 878 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local 928 rc2 = ibmveth_open(dev); in ibmveth_set_tso() 930 return rc1 ? rc1 : rc2; in ibmveth_set_tso() 939 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local 950 rc2 = ibmveth_set_tso(dev, large_send); in ibmveth_set_features() 951 if (rc2 && !adapter->large_send) in ibmveth_set_features() 956 return rc1 ? rc1 : rc2; in ibmveth_set_features()
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | procfs-audit_loginuid | 3 KernelVersion: 2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
|
/linux-6.3-rc2/net/llc/ |
A D | llc_conn.c | 442 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local 444 if (rc2 == 2) { in llc_exec_conn_trans_actions() 445 rc = rc2; in llc_exec_conn_trans_actions() 447 } else if (rc2) in llc_exec_conn_trans_actions()
|
/linux-6.3-rc2/Documentation/ABI/obsolete/ |
A D | sysfs-selinux-checkreqprot | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
A D | sysfs-selinux-disable | 3 KernelVersion: 2.6.12-rc2 (predates git)
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2inode.c | 536 int rc, rc2; in smb2_query_path_info() local 585 rc2 = cifs_inval_name_dfs_link_error(xid, tcon, cifs_sb, in smb2_query_path_info() 587 if (rc2) { in smb2_query_path_info() 588 rc = rc2; in smb2_query_path_info()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/process/ |
A D | 2.Process.rst | 70 十月 6 5.4-rc2
|
/linux-6.3-rc2/Documentation/translations/zh_TW/process/ |
A D | 2.Process.rst | 73 十月 6 5.4-rc2
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_common.c | 823 int rc, rc2 = 0; in efx_siena_reset() local 863 rc2 = efx_siena_reset_up(efx, method, !disabled); in efx_siena_reset() 864 if (rc2) { in efx_siena_reset() 867 rc = rc2; in efx_siena_reset()
|
A D | efx_channels.c | 859 int rc, rc2; in efx_siena_realloc_channels() local 937 rc2 = efx_soft_enable_interrupts(efx); in efx_siena_realloc_channels() 938 if (rc2) { in efx_siena_realloc_channels() 939 rc = rc ? rc : rc2; in efx_siena_realloc_channels()
|
A D | siena.c | 103 int rc, rc2; in siena_test_chip() local 121 rc2 = efx_siena_reset_up(efx, reset_method, rc == 0); in siena_test_chip() 122 return rc ? rc : rc2; in siena_test_chip()
|
A D | mcdi.c | 2106 int rc, rc2; in efx_mcdi_nvram_update_finish() local 2117 rc2 = MCDI_DWORD(outbuf, NVRAM_UPDATE_FINISH_V2_OUT_RESULT_CODE); in efx_mcdi_nvram_update_finish() 2118 if (rc2 != MC_CMD_NVRAM_VERIFY_RC_SUCCESS) in efx_mcdi_nvram_update_finish() 2121 rc2); in efx_mcdi_nvram_update_finish() 2122 switch (rc2) { in efx_mcdi_nvram_update_finish()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 764 int rc, rc2; in ef4_realloc_channels() local 842 rc2 = ef4_soft_enable_interrupts(efx); in ef4_realloc_channels() 843 if (rc2) { in ef4_realloc_channels() 844 rc = rc ? rc : rc2; in ef4_realloc_channels() 2421 int rc, rc2; in ef4_reset() local 2455 rc2 = ef4_reset_up(efx, method, !disabled); in ef4_reset() 2456 if (rc2) { in ef4_reset() 2459 rc = rc2; in ef4_reset()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | lpfc.rst | 57 is contained in the 2.6.10-rc2 (and later) patch kits. As such, this
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_ethtool.c | 794 int rc1, rc2; in hns_set_coalesce() local 811 rc2 = ops->set_coalesce_frames(priv->ae_handle, in hns_set_coalesce() 815 if (rc1 || rc2) in hns_set_coalesce()
|