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

/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c50 if (smsg->copy_flags & CREATE_PATH) {
68 if (!(smsg->copy_flags & OVER_WRITE)) {
/linux-master/drivers/hv/
H A Dhv_fcopy.c159 smsg_out->copy_flags = smsg_in->copy_flags;
/linux-master/include/uapi/linux/
H A Dhyperv.h144 __u32 copy_flags; member in struct:hv_start_fcopy
/linux-master/net/sctp/
H A Dprotocol.c133 enum sctp_scope scope, gfp_t gfp, int copy_flags)
151 (!(copy_flags & SCTP_ADDR4_ALLOWED) ||
152 !(copy_flags & SCTP_ADDR4_PEERSUPP)))
155 (!(copy_flags & SCTP_ADDR6_ALLOWED) ||
156 !(copy_flags & SCTP_ADDR6_PEERSUPP)))
132 sctp_copy_local_addr_list(struct net *net, struct sctp_bind_addr *bp, enum sctp_scope scope, gfp_t gfp, int copy_flags) argument
/linux-master/fs/
H A Dnamespace.c3768 int copy_flags; local
3785 copy_flags = CL_COPY_UNBINDABLE | CL_EXPIRE;
3787 copy_flags |= CL_SHARED_TO_SLAVE;
3788 new = copy_tree(old, old->mnt.mnt_root, copy_flags);

Completed in 180 milliseconds