Searched refs:file_flags (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/trace/beauty/include/linux/ |
A D | socket.h | 426 extern int __sys_accept4_file(struct file *file, unsigned file_flags, 430 extern struct file *do_accept(struct file *file, unsigned file_flags, 438 int addrlen, int file_flags);
|
/linux/include/linux/ |
A D | socket.h | 426 extern int __sys_accept4_file(struct file *file, unsigned file_flags, 430 extern struct file *do_accept(struct file *file, unsigned file_flags, 438 int addrlen, int file_flags);
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | bmi.h | 198 __le32 file_flags; member
|
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()
|
/linux/net/ |
A D | socket.c | 1739 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() argument 1773 err = sock->ops->accept(sock, newsock, sock->file->f_flags | file_flags, in do_accept() 1798 int __sys_accept4_file(struct file *file, unsigned file_flags, in __sys_accept4_file() argument 1816 newfile = do_accept(file, file_flags, upeer_sockaddr, upeer_addrlen, in __sys_accept4_file() 1880 int addrlen, int file_flags) in __sys_connect_file() argument 1897 sock->file->f_flags | file_flags); in __sys_connect_file()
|
/linux/kernel/bpf/ |
A D | syscall.c | 2395 #define BPF_OBJ_LAST_FIELD file_flags 2399 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags != 0) in bpf_obj_pin() 2408 attr->file_flags & ~BPF_OBJ_FLAG_MASK) in bpf_obj_get() 2412 attr->file_flags); in bpf_obj_get()
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 1352 __u32 file_flags; member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 1352 __u32 file_flags; member
|
/linux/kernel/trace/ |
A D | trace_events.c | 581 unsigned long file_flags = file->flags; in __ftrace_event_enable_disable() local 683 if ((file_flags & EVENT_FILE_FL_SOFT_DISABLED) != in __ftrace_event_enable_disable()
|
/linux/fs/ |
A D | io_uring.c | 5172 unsigned int file_flags = force_nonblock ? O_NONBLOCK : 0; in io_accept() local 5185 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept() 5233 unsigned file_flags; in io_connect() local 5248 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 5251 req->connect.addr_len, file_flags); in io_connect()
|
Completed in 71 milliseconds