Home
last modified time | relevance | path

Searched refs:notrunc (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/
H A Dscm.h53 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm, bool notrunc);
54 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm, bool notrunc);
111 bool notrunc);
/linux/net/core/
H A Dscm.c355 bool notrunc) in scm_recv_one_fd() argument
364 return notrunc ? put_user(error, ufd) : error; in scm_recv_one_fd()
378 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm, bool notrunc) in scm_detach_fds() argument
392 scm_detach_fds_compat(msg, scm, notrunc); in scm_detach_fds()
397 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags, notrunc); in scm_detach_fds()
/linux/tools/testing/selftests/zram/
H A Dzram01.sh40 dd conv=notrunc if=/dev/zero of=zram${i}/file \
/linux/Documentation/admin-guide/media/
H A Dlmedm04.rst105 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
/linux/net/
H A Dcompat.c289 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm, bool notrunc) in scm_detach_fds_compat() argument
299 err = scm_recv_one_fd(scm->fp->fp[i], cmsg_data + i, o_flags, notrunc); in scm_detach_fds_compat()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh579 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
/linux/Documentation/filesystems/
H A Dzonefs.rst445 # dd if=/dev/zero of=/mnt/seq/0 bs=4096 count=1 conv=notrunc oflag=direct