Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/os-Linux/
Dfile.c382 flags = fcntl(fd, F_GETFL); in os_set_fd_async()
409 flags = fcntl(fd, F_GETFL); in os_clear_fd_async()
423 flags = fcntl(fd, F_GETFL); in os_set_fd_block()
Dsigio.c415 flags = fcntl(master, F_GETFL); in async_pty()
/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h102 #define F_GETFL 3 /* get file->f_flags */ macro
/linux-4.1.27/Documentation/timers/
Dhpet_example.c251 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
/linux-4.1.27/fs/
Dfcntl.c262 case F_GETFL: in do_fcntl()
350 case F_GETFL: in check_fcntl_cmd()
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c875 arg = fcntl(fd, F_GETFL); in fd_set_nonblock()
/linux-4.1.27/security/selinux/
Dhooks.c3407 case F_GETFL: in selinux_file_fcntl()