| /linux/net/rds/ |
| H A D | threads.c | 138 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 D | connection.c | 123 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 D | rds_single_path.h | 20 #define c_flags c_path[0].cp_flags
|
| H A D | send.c | 106 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 D | ib.c | 530 return (test_bit(RDS_DESTROY_PENDING, &cp->cp_flags) || in rds_ib_is_unloading()
|
| H A D | tcp.c | 156 wait_event(cp->cp_waitq, !test_bit(RDS_IN_XMIT, &cp->cp_flags)); in rds_tcp_reset_callbacks()
|
| H A D | rds.h | 124 unsigned long cp_flags; member
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 748 unsigned long cp_flags; member 797 set_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 799 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 804 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_sync() 809 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_async() 814 return !test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_ssc_is_inter()
|
| H A D | nfs4proc.c | 1474 if (!test_bit(NFSD4_COPY_F_COMPLETED, ©->cp_copy.cp_flags) && in nfsd4_has_active_async_copies() 1475 !test_bit(NFSD4_COPY_F_STOPPED, ©->cp_copy.cp_flags)) { in nfsd4_has_active_async_copies() 1502 ©->cp_copy.cp_flags)) { in nfsd4_async_copy_reaper() 1543 set_bit(NFSD4_COPY_F_STOPPED, ©->cp_copy.cp_flags); in nfsd4_stop_copy() 1545 if (!test_bit(NFSD4_COPY_F_CB_ERROR, ©->cp_copy.cp_flags)) in nfsd4_stop_copy() 1547 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_copy.cp_flags); in nfsd4_stop_copy() 1634 ©->cp_copy.cp_flags); in nfsd4_cancel_copy_by_sb() 1942 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_copy.cp_flags); in nfsd4_cb_offload_release() 1976 test_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags) ? in nfsd4_init_copy_res() 2017 set_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags); in _nfsd_copy_file_range() [all …]
|
| H A D | trace.h | 2337 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2338 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2396 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2397 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2438 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2439 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags);
|
| H A D | nfs4xdr.c | 2211 __set_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_decode_copy()
|
| /linux/include/uapi/linux/ |
| H A D | chio.h | 92 int cp_flags; member
|
| /linux/include/linux/sunrpc/ |
| H A D | rpc_rdma.h | 103 u8 cp_flags; member
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_transport.c | 231 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 D | verbs.c | 459 pmsg->cp_flags |= RPCRDMA_CMP_F_SND_W_INV_OK; in rpcrdma_ep_create()
|
| /linux/drivers/scsi/ |
| H A D | ch.c | 703 pos.cp_flags & CP_INVERT); in ch_ioctl()
|