| /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() 801 rds_conn_info_set(cinfo->flags, test_bit(RDS_IN_XMIT, &cp->cp_flags), in rds_conn_info_visitor() 826 rds_conn_info_set(cinfo6->flags, test_bit(RDS_IN_XMIT, &cp->cp_flags), in rds6_conn_info_visitor() 956 !test_and_set_bit(RDS_RECONNECT_PENDING, &cp->cp_flags)) in rds_conn_path_connect_if_down()
|
| 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() 1354 &conn->c_path[0].cp_flags)) in rds_sendmsg()
|
| H A D | ib.c | 526 return (test_bit(RDS_DESTROY_PENDING, &cp->cp_flags) || in rds_ib_get_tos_map()
|
| H A D | tcp.c | 169 wait_event(cp->cp_waitq, !test_bit(RDS_IN_XMIT, &cp->cp_flags)); in rds_tcp_reset_callbacks()
|
| /linux/fs/nfsd/ |
| H A D | xdr4.h | 734 unsigned long cp_flags; member 773 set_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 775 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 780 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_sync() 785 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_async() 790 return !test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_ssc_is_inter()
|
| H A D | nfs4proc.c | 1445 if (!test_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags) && in nfsd4_has_active_async_copies() 1446 !test_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags)) { in nfsd4_has_active_async_copies() 1472 if (test_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags)) { in nfsd4_async_copy_reaper() 1503 if (!test_and_set_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags)) { in nfsd4_stop_copy() 1505 if (!test_bit(NFSD4_COPY_F_CB_ERROR, ©->cp_flags)) in nfsd4_stop_copy() 1507 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags); in nfsd4_stop_copy() 1593 ©->cp_flags); in nfsd4_cancel_copy_by_sb() 1899 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags); in nfsd4_cb_offload_release() 1930 test_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags) ? in nfsd4_init_copy_res() 1971 set_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags); in _nfsd_copy_file_range() [all …]
|
| H A D | nfs4xdr.c | 2178 __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 | 212 newxprt->sc_snd_w_inv = pmsg->cp_flags & in svc_rdma_parse_connect_private() 539 pmsg.cp_flags = 0; in svc_rdma_accept()
|
| H A D | verbs.c | 447 pmsg->cp_flags |= RPCRDMA_CMP_F_SND_W_INV_OK; in rpcrdma_ep_create()
|
| /linux/mm/ |
| H A D | huge_memory.c | 2662 unsigned long cp_flags) in change_huge_pmd() argument 2667 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; in change_huge_pmd() 2668 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd() 2669 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd() 2739 if ((cp_flags & MM_CP_TRY_CHANGE_WRITABLE) && !pmd_write(entry) && in change_huge_pmd() 2763 unsigned long cp_flags) in change_huge_pud() argument 2772 if (cp_flags & MM_CP_PROT_NUMA) in change_huge_pud() 2779 if (WARN_ON_ONCE(cp_flags & MM_CP_UFFD_WP_ALL)) in change_huge_pud()
|
| H A D | hugetlb.c | 6400 pgprot_t newprot, unsigned long cp_flags) in hugetlb_change_protection() argument 6410 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection() 6411 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in hugetlb_change_protection()
|
| /linux/fs/nilfs2/ |
| H A D | cpfile.c | 558 ci->ci_flags = le32_to_cpu(cp->cp_flags); in nilfs_cpfile_checkpoint_to_cpinfo()
|
| /linux/drivers/scsi/ |
| H A D | ch.c | 703 pos.cp_flags & CP_INVERT); in ch_ioctl()
|
| /linux/include/linux/ |
| H A D | mm.h | 3291 unsigned long end, unsigned long cp_flags);
|