Searched refs:fcntl (Results 1 - 25 of 741) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/splice/
H A Ddefault_file_splice_read.c3 #include <fcntl.h>
/linux-master/arch/powerpc/include/uapi/asm/
H A Dfcntl.h10 #include <asm-generic/fcntl.h>
/linux-master/arch/arm/include/uapi/asm/
H A Dfcntl.h10 #include <asm-generic/fcntl.h>
/linux-master/arch/arm64/include/uapi/asm/
H A Dfcntl.h28 #include <asm-generic/fcntl.h>
/linux-master/arch/m68k/include/uapi/asm/
H A Dfcntl.h10 #include <asm-generic/fcntl.h>
/linux-master/include/uapi/linux/
H A Deventfd.h5 #include <linux/fcntl.h>
H A Dtimerfd.h15 #include <linux/fcntl.h>
21 * CAREFUL: Check include/asm-generic/fcntl.h when defining
H A Dpidfd.h7 #include <linux/fcntl.h>
/linux-master/tools/power/cpupower/utils/helpers/
H A Dtopology.c16 #include <fcntl.h>
/linux-master/tools/testing/selftests/filesystems/
H A Ddnotify_test.c3 #include <fcntl.h> /* in glibc 2.2 this has the needed
27 fcntl(fd, F_SETSIG, SIGRTMIN + 1);
28 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT);
/linux-master/tools/testing/selftests/core/
H A Dclose_range_test.c5 #include <fcntl.h>
51 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
54 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
67 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
70 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
76 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL));
78 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1);
82 EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL));
117 if (fcntl(open_fds[i], F_GETFL) != -1)
121 if (fcntl(open_fd
[all...]
/linux-master/samples/watchdog/
H A Dwatchdog-simple.c5 #include <fcntl.h>
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-wchan.c18 #include <fcntl.h>
/linux-master/tools/build/feature/
H A Dtest-file-handle.c4 #include <fcntl.h>
/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h6 #define O_CREAT 000000400 /* not fcntl */
7 #define O_EXCL 000002000 /* not fcntl */
12 #define O_NOCTTY 000400000 /* not fcntl */
32 /* for posix fcntl() and lockf() */
37 #include <asm-generic/fcntl.h>
/linux-master/drivers/staging/vt6655/
H A Ddevice_cfg.h40 #include <linux/fcntl.h>
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dget_msr_index_features.c8 #include <fcntl.h>
/linux-master/include/linux/
H A Drw_hint.h7 #include <uapi/linux/fcntl.h>
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h5 #define O_CREAT 01000 /* not fcntl */
6 #define O_TRUNC 02000 /* not fcntl */
7 #define O_EXCL 04000 /* not fcntl */
8 #define O_NOCTTY 010000 /* not fcntl */
47 /* for posix fcntl() and lockf() */
56 #include <asm-generic/fcntl.h>
/linux-master/include/linux/ceph/
H A Dtypes.h8 #include <linux/fcntl.h>
/linux-master/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c4 #include <fcntl.h>
/linux-master/tools/perf/util/
H A Dcopyfile.h7 #include <fcntl.h>
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drename_exchange.c11 #include <fcntl.h>
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c5 #include <fcntl.h>
50 flags = fcntl(fd, F_GETFL);
64 flags = fcntl(fd, F_GETFD);
78 flags = fcntl(fd, F_GETFL);
93 flags = fcntl(fd, F_GETFL);
98 flags = fcntl(fd, F_GETFD);
172 ret = fcntl(fd, F_GETFL);
/linux-master/tools/testing/selftests/intel_pstate/
H A Dmsr.c8 #include <fcntl.h>

Completed in 233 milliseconds

1234567891011>>