Searched refs:notrunc (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | scm.h | 53 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 D | scm.c | 355 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 D | zram01.sh | 40 dd conv=notrunc if=/dev/zero of=zram${i}/file \
|
| /linux/Documentation/admin-guide/media/ |
| H A D | lmedm04.rst | 105 echo -ne \\xF0\\x22 | dd conv=notrunc bs=1 count=2 seek=266 of=dvb-usb-lme2510c-rs2000.fw
|
| /linux/net/ |
| H A D | compat.c | 289 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 D | mptcp_connect.sh | 579 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
|
| /linux/Documentation/filesystems/ |
| H A D | zonefs.rst | 445 # dd if=/dev/zero of=/mnt/seq/0 bs=4096 count=1 conv=notrunc oflag=direct
|