| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 420 extern int __sys_accept4_file(struct file *file, unsigned file_flags, 424 extern struct file *do_accept(struct file *file, unsigned file_flags, 432 int addrlen, int file_flags);
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 420 extern int __sys_accept4_file(struct file *file, unsigned file_flags, 429 int addrlen, int file_flags);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | bmi.h | 198 __le32 file_flags; member
|
| H A D | hw.c | 1030 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download() 1033 hdr->file_flags); in ath10k_hw_diag_fast_download()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.h | 441 uint32 file_flags; member
|
| H A D | dhd_linux.c | 24895 wf->file_flags = O_CREAT | O_WRONLY | O_SYNC; in dhd_schedule_trap_log_dump() 24940 if (write_file(wf->file_path, wf->file_flags, wf->buf, wf->bufsize)) { in dhd_inform_dhd_monitor_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.h | 443 uint32 file_flags; member
|
| H A D | dhd_linux.c | 24784 wf->file_flags = O_CREAT | O_WRONLY | O_SYNC; in dhd_schedule_trap_log_dump() 24829 if (write_file(wf->file_path, wf->file_flags, wf->buf, wf->bufsize)) { in dhd_inform_dhd_monitor_handler()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 1692 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() argument 1726 err = sock->ops->accept(sock, newsock, sock->file->f_flags | file_flags, in do_accept() 1751 int __sys_accept4_file(struct file *file, unsigned file_flags, in __sys_accept4_file() argument 1769 newfile = do_accept(file, file_flags, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file() 1833 int addrlen, int file_flags) in __sys_connect_file() argument 1848 sock->file->f_flags | file_flags); in __sys_connect_file()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 343 __u32 file_flags; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 343 __u32 file_flags; member
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2284 #define BPF_OBJ_LAST_FIELD file_flags 2288 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags != 0) in bpf_obj_pin() 2297 attr->file_flags & ~BPF_OBJ_FLAG_MASK) in bpf_obj_get() 2301 attr->file_flags); in bpf_obj_get()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 565 __u32 file_flags; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 565 __u32 file_flags; member
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events.c | 374 unsigned long file_flags = file->flags; in __ftrace_event_enable_disable() local 476 if ((file_flags & EVENT_FILE_FL_SOFT_DISABLED) != in __ftrace_event_enable_disable()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 5058 unsigned int file_flags = force_nonblock ? O_NONBLOCK : 0; in io_accept() local 5071 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept() 5120 unsigned file_flags; in io_connect() local 5135 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 5138 req->connect.addr_len, file_flags); in io_connect()
|