Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 42 of 42) sorted by relevance

/linux-4.1.27/fs/ecryptfs/
Dread_write.c200 int rc2; in ecryptfs_write() local
202 rc2 = ecryptfs_write_inode_size_to_metadata( in ecryptfs_write()
204 if (rc2) { in ecryptfs_write()
207 "rc = [%d]\n", rc2); in ecryptfs_write()
209 rc = rc2; in ecryptfs_write()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c1661 int rc2; in lnet_ping_target_init() local
1712 rc2 = LNetMEUnlink(meh); in lnet_ping_target_init()
1713 LASSERT(rc2 == 0); in lnet_ping_target_init()
1715 rc2 = LNetEQFree(the_lnet.ln_ping_target_eq); in lnet_ping_target_init()
1716 LASSERT(rc2 == 0); in lnet_ping_target_init()
1776 int rc2; in lnet_ping() local
1821 rc2 = LNetMDUnlink(mdh); in lnet_ping()
1822 LASSERT(rc2 == 0); in lnet_ping()
1834 rc2 = LNetEQPoll(&eqh, 1, timeout_ms, &event, &which); in lnet_ping()
1839 CDEBUG(D_NET, "poll %d(%d %d)%s\n", rc2, in lnet_ping()
[all …]
Dacceptor.c448 long rc2; in lnet_acceptor_start() local
466 rc2 = PTR_ERR(kthread_run(lnet_acceptor, in lnet_acceptor_start()
469 if (IS_ERR_VALUE(rc2)) { in lnet_acceptor_start()
470 CERROR("Can't start acceptor thread: %ld\n", rc2); in lnet_acceptor_start()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c88 int rc2; in ptl_send_buf() local
94 rc2 = LNetMDUnlink(*mdh); in ptl_send_buf()
95 LASSERTF(rc2 == 0, "rc2 = %d\n", rc2); in ptl_send_buf()
119 int rc2; in ptlrpc_register_bulk() local
195 rc2 = LNetMEUnlink(me_h); in ptlrpc_register_bulk()
196 LASSERT(rc2 == 0); in ptlrpc_register_bulk()
491 int rc2; in ptl_send_rpc() local
664 rc2 = LNetMEUnlink(reply_me_h); in ptl_send_rpc()
665 LASSERT(rc2 == 0); in ptl_send_rpc()
Dptlrpcd.c269 int rc2; in ptlrpcd_check() local
290 rc2 = lu_env_refill(env); in ptlrpcd_check()
291 if (rc2 != 0) { in ptlrpcd_check()
302 CERROR("Failure to refill session: %d\n", rc2); in ptlrpcd_check()
Dnrs.c1190 int rc2; in ptlrpc_nrs_policy_register() local
1207 rc2 = nrs_policy_unregister_locked(desc); in ptlrpc_nrs_policy_register()
1211 LASSERT(rc2 == 0); in ptlrpc_nrs_policy_register()
1230 rc2 = nrs_policy_unregister_locked(desc); in ptlrpc_nrs_policy_register()
1234 LASSERT(rc2 == 0); in ptlrpc_nrs_policy_register()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c549 int rc = 0, rc2 = 0; in ll_listxattr() local
590 rc2 = -1; in ll_listxattr()
592 rc2 = ll_dir_getstripe(inode, &lmm, &lmmsize, &request); in ll_listxattr()
595 if (rc2 < 0) { in ll_listxattr()
596 rc2 = 0; in ll_listxattr()
614 rc2 = total_len; in ll_listxattr()
618 rc = rc + rc2; in ll_listxattr()
Dfile.c755 int rc2; in ll_lease_open() local
865 rc2 = ll_close_inode_openhandle(sbi->ll_md_exp, inode, och, NULL); in ll_lease_open()
866 if (rc2) in ll_lease_open()
867 CERROR("Close openhandle returned %d\n", rc2); in ll_lease_open()
2694 int rc2 = 0; in ll_file_flock() local
2786 rc2 = flock_lock_file_wait(file, file_lock); in ll_file_flock()
2790 rc2 = posix_lock_file_wait(file, file_lock); in ll_file_flock()
2792 if (rc2 && file_lock->fl_type != F_UNLCK) { in ll_file_flock()
2796 rc = rc2; in ll_file_flock()
/linux-4.1.27/drivers/ide/
Dqd65xx.c426 int rc1, rc2 = -ENODEV; in qd65xx_init() local
433 rc2 = qd_probe(0xb0); in qd65xx_init()
435 if (rc1 < 0 && rc2 < 0) in qd65xx_init()
/linux-4.1.27/arch/s390/kvm/
Dintercept.c246 int rc, rc2; in handle_instruction_and_prog() local
250 rc2 = handle_prog(vcpu); in handle_instruction_and_prog()
256 return rc2; in handle_instruction_and_prog()
/linux-4.1.27/security/selinux/
Davc.c760 int rc, rc2; in avc_has_perm() local
764 rc2 = avc_audit(ssid, tsid, tclass, requested, &avd, rc, auditdata); in avc_has_perm()
765 if (rc2) in avc_has_perm()
766 return rc2; in avc_has_perm()
Dhooks.c1568 int rc2 = avc_audit(sid, sid, sclass, av, &avd, rc, &ad); in cred_has_capability() local
1569 if (rc2) in cred_has_capability()
1570 return rc2; in cred_has_capability()
2900 int rc, rc2; in selinux_inode_permission() local
2927 rc2 = audit_inode_permission(inode, perms, audited, denied, rc, flags); in selinux_inode_permission()
2928 if (rc2) in selinux_inode_permission()
2929 return rc2; in selinux_inode_permission()
/linux-4.1.27/net/llc/
Dllc_conn.c461 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions() local
463 if (rc2 == 2) { in llc_exec_conn_trans_actions()
464 rc = rc2; in llc_exec_conn_trans_actions()
466 } else if (rc2) in llc_exec_conn_trans_actions()
/linux-4.1.27/arch/mips/kvm/
D00README.txt24 …Linux-3.7-rc2 based SMP guest hangs due to the following code sequence in the generated TLB handle…
/linux-4.1.27/Documentation/
Dapplying-patches.txt373 # moving from 2.6.12-git1 to 2.6.13-rc2-git3
377 $ patch -p1 < ../patch-2.6.13-rc2 # apply the 2.6.13-rc2 patch
378 # the kernel is now 2.6.13-rc2
379 $ patch -p1 < ../patch-2.6.13-rc2-git3 # apply the 2.6.13-rc2-git3 patch
380 # the kernel is now 2.6.13-rc2-git3
382 $ mv linux-2.6.12-git1 linux-2.6.13-rc2-git3 # rename source dir
Dstatic-keys.txt247 performance improvement. Testing done on 3.3.0-rc2:
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c788 int rc2; in echo_device_alloc() local
790 rc2 = echo_client_cleanup(obd); in echo_device_alloc()
791 if (rc2) in echo_device_alloc()
793 obd->obd_name, rc2); in echo_device_alloc()
1520 int rc2; in echo_client_page_debug_check() local
1532 rc2 = block_debug_check("test_brw", in echo_client_page_debug_check()
1535 if (rc2 != 0) { in echo_client_page_debug_check()
1537 rc = rc2; in echo_client_page_debug_check()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c791 int rc = 0, rc2; in llog_erase() local
805 rc2 = llog_close(env, handle); in llog_erase()
807 rc = rc2; in llog_erase()
Dgenops.c597 int i, rc = 0, rc2; in class_notify_sptlrpc_conf() local
621 rc2 = obd_set_info_async(NULL, obd->obd_self_export, in class_notify_sptlrpc_conf()
624 rc = rc ? rc : rc2; in class_notify_sptlrpc_conf()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena.c97 int rc, rc2; in siena_test_chip() local
115 rc2 = efx_reset_up(efx, reset_method, rc == 0); in siena_test_chip()
116 return rc ? rc : rc2; in siena_test_chip()
Defx.c755 int rc, rc2; in efx_realloc_channels() local
835 rc2 = efx_soft_enable_interrupts(efx); in efx_realloc_channels()
836 if (rc2) { in efx_realloc_channels()
837 rc = rc ? rc : rc2; in efx_realloc_channels()
2461 int rc, rc2; in efx_reset() local
2495 rc2 = efx_reset_up(efx, method, !disabled); in efx_reset()
2496 if (rc2) { in efx_reset()
2499 rc = rc2; in efx_reset()
Dfalcon.c1884 int rc, rc2; in falcon_b0_test_chip() local
1906 rc2 = efx_reset_up(efx, reset_method, rc == 0); in falcon_b0_test_chip()
1907 return rc ? rc : rc2; in falcon_b0_test_chip()
Def10.c3354 int rc, rc2; in efx_ef10_test_chip() local
3369 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
3370 return rc ? rc : rc2; in efx_ef10_test_chip()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1439 int rc2; in mgc_process_recover_log() local
1443 rc2 = mgc_apply_recover_logs(obd, cld, res->mcr_offset, ptr, in mgc_process_recover_log()
1447 if (rc2 < 0) { in mgc_process_recover_log()
1449 cld->cld_logname, rc2); in mgc_process_recover_log()
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt59 is contained in the 2.6.10-rc2 (and later) patch kits. As such, this
DChangeLog.megaraid558 Older Version : megaraid 2.20.0.rc2 and 2.00.3
DChangeLog.lpfc8 * Fixed build warning for 2.6.12-rc2 kernels: mempool_alloc now
449 clean;make ADVANCED=1 on SMP x86, 2.6.10-rc2 on RHEL 4 Beta
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c1110 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
1127 rc2 = ccw_device_set_offline(CARD_WDEV(card)); in __qeth_l2_set_offline()
1130 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_core_main.c1605 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1609 rc2 = qeth_halt_channel(&card->write); in qeth_halt_channels()
1613 if (rc2) in qeth_halt_channels()
1614 return rc2; in qeth_halt_channels()
1620 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1624 rc2 = qeth_clear_channel(&card->write); in qeth_clear_channels()
1628 if (rc2) in qeth_clear_channels()
1629 return rc2; in qeth_clear_channels()
Dqeth_l3_main.c3498 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
3520 rc2 = ccw_device_set_offline(CARD_WDEV(card)); in __qeth_l3_set_offline()
3523 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1330 int rc2; in obd_notify_observer() local
1343 rc2 = onu->onu_upcall(observer, observed, ev, in obd_notify_observer()
1346 rc2 = 0; in obd_notify_observer()
1348 return rc1 ? rc1 : rc2; in obd_notify_observer()
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c769 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local
844 rc2 = ibmveth_open(dev); in ibmveth_set_csum_offload()
846 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c304 int rc2; in kiblnd_handle_rx() local
319 rc2 = conn->ibc_credits; in kiblnd_handle_rx()
324 rc2, credits, in kiblnd_handle_rx()
412 rc2 = kiblnd_init_rdma(conn, tx, IBLND_MSG_PUT_DONE, in kiblnd_handle_rx()
416 if (rc2 < 0) in kiblnd_handle_rx()
418 libcfs_nid2str(conn->ibc_peer->ibp_nid), rc2); in kiblnd_handle_rx()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c593 int rc2; in lmv_check_connect() local
600 rc2 = obd_disconnect(tgt->ltd_exp); in lmv_check_connect()
601 if (rc2) { in lmv_check_connect()
603 tgt->ltd_uuid.uuid, i, rc2); in lmv_check_connect()
/linux-4.1.27/Documentation/power/
Dvideo.txt68 http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2.
/linux-4.1.27/arch/xtensa/configs/
Dcommon_defconfig3 # Linux kernel version: 2.6.11-rc2
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt44 content, rc2 is released. This repeats on a roughly weekly basis
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1586 uint64_t rc2:4; member
1592 uint64_t rc2:4;
/linux-4.1.27/Documentation/development-process/
D2.Process73 January 21 2.6.38-rc2
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c6830 int length, i, rc = 0, rc2; in lpfc_sli4_read_config() local
6944 rc2 = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL); in lpfc_sli4_read_config()
6949 if (rc2 || shdr_status || shdr_add_status) { in lpfc_sli4_read_config()
/linux-4.1.27/Documentation/trace/
Dftrace.txt10 Written for: 2.6.28-rc2
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3887 /etc/rc2.d/S10sysklogd: line 49: 93 Terminated