Searched refs:F_SETFL (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 387 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 414 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 432 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
D | sigio.c | 419 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.1.27/include/uapi/asm-generic/ |
D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
/linux-4.1.27/tools/perf/tests/ |
D | bp_signal_overflow.c | 102 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
D | bp_signal.c | 90 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in bp_event()
|
/linux-4.1.27/Documentation/timers/ |
D | hpet_example.c | 252 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
|
/linux-4.1.27/security/tomoyo/ |
D | tomoyo.c | 314 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
|
/linux-4.1.27/fs/ |
D | fcntl.c | 265 case F_SETFL: in do_fcntl()
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 881 if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) { in fd_set_nonblock()
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.c | 441 fcntl(fd, F_SETFL, O_NONBLOCK); in __perf_evlist__add_pollfd()
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 882 check_flags: called by the fcntl(2) system call for F_SETFL command
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 3399 case F_SETFL: in selinux_file_fcntl()
|