| /linux/mm/ |
| H A D | mprotect.c | 216 unsigned long end, pgprot_t newprot, unsigned long cp_flags) in change_pte_range() argument 222 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; in change_pte_range() 223 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_pte_range() 224 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_pte_range() 292 if ((cp_flags & MM_CP_TRY_CHANGE_WRITABLE) && in change_pte_range() 393 pgtable_split_needed(struct vm_area_struct *vma, unsigned long cp_flags) in pgtable_split_needed() argument 401 return (cp_flags & MM_CP_UFFD_WP) && !vma_is_anonymous(vma); in pgtable_split_needed() 409 pgtable_populate_needed(struct vm_area_struct *vma, unsigned long cp_flags) in pgtable_populate_needed() argument 412 if (!(cp_flags & MM_CP_UFFD_WP)) in pgtable_populate_needed() 425 #define change_pmd_prepare(vma, pmd, cp_flags) \ argument [all …]
|
| H A D | huge_memory.c | 2557 unsigned long cp_flags) in change_huge_pmd() argument 2562 bool prot_numa = cp_flags & MM_CP_PROT_NUMA; in change_huge_pmd() 2563 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in change_huge_pmd() 2564 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in change_huge_pmd() 2634 if ((cp_flags & MM_CP_TRY_CHANGE_WRITABLE) && !pmd_write(entry) && in change_huge_pmd() 2658 unsigned long cp_flags) in change_huge_pud() argument 2667 if (cp_flags & MM_CP_PROT_NUMA) in change_huge_pud() 2674 if (WARN_ON_ONCE(cp_flags & MM_CP_UFFD_WP_ALL)) in change_huge_pud()
|
| H A D | hugetlb.c | 6411 pgprot_t newprot, unsigned long cp_flags) in hugetlb_change_protection() argument 6422 bool uffd_wp = cp_flags & MM_CP_UFFD_WP; in hugetlb_change_protection() 6423 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE; in hugetlb_change_protection()
|
| /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 | rds_single_path.h | 20 #define c_flags c_path[0].cp_flags
|
| H A D | ib.c | 508 return (test_bit(RDS_DESTROY_PENDING, &cp->cp_flags) || in rds_ib_is_unloading()
|
| 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 | 728 unsigned long cp_flags; member 765 set_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 767 clear_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_set_sync() 772 return test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_sync() 777 return !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); in nfsd4_copy_is_async() 782 return !test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_ssc_is_inter()
|
| H A D | nfs4proc.c | 1375 if (!test_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags) && in nfsd4_has_active_async_copies() 1376 !test_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags)) { in nfsd4_has_active_async_copies() 1402 if (test_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags)) { in nfsd4_async_copy_reaper() 1431 if (!test_and_set_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags)) { in nfsd4_stop_copy() 1434 set_bit(NFSD4_COPY_F_COMPLETED, ©->cp_flags); in nfsd4_stop_copy() 1751 set_bit(NFSD4_COPY_F_OFFLOAD_DONE, ©->cp_flags); in nfsd4_cb_offload_release() 1781 test_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags) ? in nfsd4_init_copy_res() 1822 set_bit(NFSD4_COPY_F_COMMITTED, ©->cp_flags); in _nfsd_copy_file_range() 1853 dst->cp_flags = src->cp_flags; in dup_copy_fields() 1948 set_bit(NFSD4_COPY_F_STOPPED, ©->cp_flags); in nfsd4_do_async_copy() [all …]
|
| H A D | trace.h | 2219 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2220 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2278 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2279 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags); 2320 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); 2321 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, ©->cp_flags);
|
| H A D | nfs4xdr.c | 2041 __set_bit(NFSD4_COPY_F_INTRA, ©->cp_flags); in nfsd4_decode_copy()
|
| /linux/include/linux/ |
| H A D | huge_mm.h | 38 unsigned long cp_flags); 468 unsigned long cp_flags); 473 unsigned long cp_flags) { return 0; } in change_huge_pud() argument 758 unsigned long cp_flags) in change_huge_pud() argument
|
| H A D | hugetlb.h | 276 unsigned long cp_flags); 438 unsigned long cp_flags) in hugetlb_change_protection() argument
|
| H A D | mm.h | 2830 unsigned long end, unsigned long cp_flags);
|
| /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 | 211 newxprt->sc_snd_w_inv = pmsg->cp_flags & in svc_rdma_parse_connect_private() 533 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/drivers/scsi/ |
| H A D | ch.c | 704 pos.cp_flags & CP_INVERT); in ch_ioctl()
|
| /linux/fs/nilfs2/ |
| H A D | cpfile.c | 558 ci->ci_flags = le32_to_cpu(cp->cp_flags); in nilfs_cpfile_checkpoint_to_cpinfo()
|