Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/um/os-Linux/
Dfile.c388 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async()
415 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async()
433 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
Dsigio.c419 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty()
423 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/linux-4.4.14/tools/perf/tests/
Dbp_signal_overflow.c102 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
Dbp_signal.c90 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in bp_event()
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c519 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress()
521 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
/linux-4.4.14/Documentation/timers/
Dhpet_example.c252 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
/linux-4.4.14/security/tomoyo/
Dtomoyo.c308 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
/linux-4.4.14/fs/
Dfcntl.c265 case F_SETFL: in do_fcntl()
/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c882 if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) { in fd_set_nonblock()
/linux-4.4.14/tools/perf/util/
Devlist.c504 fcntl(fd, F_SETFL, O_NONBLOCK); in __perf_evlist__add_pollfd()
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt889 check_flags: called by the fcntl(2) system call for F_SETFL command
/linux-4.4.14/security/selinux/
Dhooks.c3433 case F_SETFL: in selinux_file_fcntl()