Home
last modified time | relevance | path

Searched refs:cp_flags (Results 1 – 16 of 16) sorted by relevance

/linux/net/rds/
H A Dthreads.c138 set_bit(RDS_RECONNECT_PENDING, &cp->cp_flags); in rds_queue_reconnect()
173 clear_bit(RDS_RECONNECT_PENDING, &cp->cp_flags); in rds_connect_worker()
199 clear_bit(RDS_LL_SEND_FULL, &cp->cp_flags); in rds_send_worker()
H A Dconnection.c123 cp->cp_flags = 0; in rds_conn_path_reset()
150 cp->cp_flags = 0; in __rds_conn_path_init()
410 !test_bit(RDS_IN_XMIT, &cp->cp_flags)); in rds_conn_shutdown()
412 !test_bit(RDS_RECV_REFILL, &cp->cp_flags)); in rds_conn_shutdown()
446 clear_bit(RDS_RECONNECT_PENDING, &cp->cp_flags); in rds_conn_shutdown()
814 rds_conn_info_set(cinfo->flags, test_bit(RDS_IN_XMIT, &cp->cp_flags), in rds6_conn_info_visitor()
839 rds_conn_info_set(cinfo6->flags, test_bit(RDS_IN_XMIT, &cp->cp_flags), in rds6_conn_info_visitor()
969 !test_and_set_bit(RDS_RECONNECT_PENDING, &cp->cp_flags)) in rds_check_all_paths()
H A Drds_single_path.h20 #define c_flags c_path[0].cp_flags
H A Dsend.c106 return test_and_set_bit_lock(RDS_IN_XMIT, &cp->cp_flags) == 0; in acquire_in_xmit()
111 clear_bit_unlock(RDS_IN_XMIT, &cp->cp_flags); in release_in_xmit()
1373 &conn->c_path[0].cp_flags)) in rds_sendmsg()
H A Dib.c530 return (test_bit(RDS_DESTROY_PENDING, &cp->cp_flags) || in rds_ib_is_unloading()
H A Dtcp.c156 wait_event(cp->cp_waitq, !test_bit(RDS_IN_XMIT, &cp->cp_flags)); in rds_tcp_reset_callbacks()
H A Drds.h124 unsigned long cp_flags; member
/linux/fs/nfsd/
H A Dxdr4.h748 unsigned long cp_flags; member
797 set_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
799 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_set_sync()
804 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_sync()
809 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags); in nfsd4_copy_is_async()
814 return !test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_ssc_is_inter()
H A Dnfs4proc.c1474 if (!test_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_copy.cp_flags) && in nfsd4_has_active_async_copies()
1475 !test_bit(NFSD4_COPY_F_STOPPED, &copy->cp_copy.cp_flags)) { in nfsd4_has_active_async_copies()
1502 &copy->cp_copy.cp_flags)) { in nfsd4_async_copy_reaper()
1543 set_bit(NFSD4_COPY_F_STOPPED, &copy->cp_copy.cp_flags); in nfsd4_stop_copy()
1545 if (!test_bit(NFSD4_COPY_F_CB_ERROR, &copy->cp_copy.cp_flags)) in nfsd4_stop_copy()
1547 set_bit(NFSD4_COPY_F_COMPLETED, &copy->cp_copy.cp_flags); in nfsd4_stop_copy()
1634 &copy->cp_copy.cp_flags); in nfsd4_cancel_copy_by_sb()
1942 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, &copy->cp_copy.cp_flags); in nfsd4_cb_offload_release()
1976 test_bit(NFSD4_COPY_F_COMMITTED, &copy->cp_flags) ? in nfsd4_init_copy_res()
2017 set_bit(NFSD4_COPY_F_COMMITTED, &copy->cp_flags); in _nfsd_copy_file_range()
[all …]
H A Dtrace.h2337 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2338 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2396 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2397 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2438 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2439 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
H A Dnfs4xdr.c2211 __set_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags); in nfsd4_decode_copy()
/linux/include/uapi/linux/
H A Dchio.h92 int cp_flags; member
/linux/include/linux/sunrpc/
H A Drpc_rdma.h103 u8 cp_flags; member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c231 newxprt->sc_snd_w_inv = pmsg->cp_flags & in svc_rdma_parse_connect_private()
569 pmsg.cp_flags = 0; in svc_rdma_accept()
H A Dverbs.c459 pmsg->cp_flags |= RPCRDMA_CMP_F_SND_W_INV_OK; in rpcrdma_ep_create()
/linux/drivers/scsi/
H A Dch.c703 pos.cp_flags & CP_INVERT); in ch_ioctl()