Searched refs:copy_flags (Results 1 – 5 of 5) sorted by relevance
50 if (smsg->copy_flags & CREATE_PATH) { in hv_start_fcopy()68 if (!(smsg->copy_flags & OVER_WRITE)) { in hv_start_fcopy()
159 smsg_out->copy_flags = smsg_in->copy_flags; in fcopy_send_data()
144 __u32 copy_flags; member
133 enum sctp_scope scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list() argument151 (!(copy_flags & SCTP_ADDR4_ALLOWED) || in sctp_copy_local_addr_list()152 !(copy_flags & SCTP_ADDR4_PEERSUPP))) in sctp_copy_local_addr_list()155 (!(copy_flags & SCTP_ADDR6_ALLOWED) || in sctp_copy_local_addr_list()156 !(copy_flags & SCTP_ADDR6_PEERSUPP))) in sctp_copy_local_addr_list()
3763 int copy_flags; in copy_mnt_ns() local3780 copy_flags = CL_COPY_UNBINDABLE | CL_EXPIRE; in copy_mnt_ns()3782 copy_flags |= CL_SHARED_TO_SLAVE; in copy_mnt_ns()3783 new = copy_tree(old, old->mnt.mnt_root, copy_flags); in copy_mnt_ns()