Home
last modified time | relevance | path

Searched refs:copy_flags (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/tools/hv/
H A Dhv_fcopy_daemon.c50 if (smsg->copy_flags & CREATE_PATH) { in hv_start_fcopy()
68 if (!(smsg->copy_flags & OVER_WRITE)) { in hv_start_fcopy()
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_fcopy_daemon.c50 if (smsg->copy_flags & CREATE_PATH) { in hv_start_fcopy()
68 if (!(smsg->copy_flags & OVER_WRITE)) { in hv_start_fcopy()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_fcopy.c159 smsg_out->copy_flags = smsg_in->copy_flags; in fcopy_send_data()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_fcopy.c159 smsg_out->copy_flags = smsg_in->copy_flags; in fcopy_send_data()
/kernel/linux/linux-5.10/net/sctp/
H A Dprotocol.c133 enum sctp_scope scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list()
151 (!(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()
132 sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, enum sctp_scope scope, gfp_t gfp, int copy_flags) sctp_copy_local_addr_list() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhyperv.h133 __u32 copy_flags; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dhyperv.h144 __u32 copy_flags; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dhyperv.h82 __u32 copy_flags; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhyperv.h82 __u32 copy_flags; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhyperv.h70 __u32 copy_flags; member
/kernel/linux/linux-6.6/net/sctp/
H A Dprotocol.c133 enum sctp_scope scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list()
151 (!(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()
132 sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, enum sctp_scope scope, gfp_t gfp, int copy_flags) sctp_copy_local_addr_list() argument
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c3331 int copy_flags; in copy_mnt_ns() local
3348 copy_flags = CL_COPY_UNBINDABLE | CL_EXPIRE; in copy_mnt_ns()
3350 copy_flags |= CL_SHARED_TO_SLAVE; in copy_mnt_ns()
3351 new = copy_tree(old, old->mnt.mnt_root, copy_flags); in copy_mnt_ns()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c3763 int copy_flags; in copy_mnt_ns() local
3780 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()

Completed in 19 milliseconds