Searched refs:file_flags (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | bpf.h | 276 __u32 file_flags; member 280 #define bpf_obj_get_opts__last_field file_flags
|
A D | bpf.c | 578 const size_t attr_sz = offsetofend(union bpf_attr, file_flags); in bpf_obj_pin() 597 const size_t attr_sz = offsetofend(union bpf_attr, file_flags); in bpf_obj_get_opts() 606 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_get_opts()
|
/linux-6.3-rc2/tools/perf/trace/beauty/include/linux/ |
A D | socket.h | 438 extern struct file *do_accept(struct file *file, unsigned file_flags, 447 int addrlen, int file_flags);
|
/linux-6.3-rc2/include/linux/ |
A D | socket.h | 438 extern struct file *do_accept(struct file *file, unsigned file_flags, 447 int addrlen, int file_flags);
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | bmi.h | 198 __le32 file_flags; member
|
A D | hw.c | 1031 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download() 1034 hdr->file_flags); in ath10k_hw_diag_fast_download()
|
/linux-6.3-rc2/io_uring/ |
A D | net.c | 1302 unsigned int file_flags = force_nonblock ? O_NONBLOCK : 0; in io_accept() local 1315 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept() 1435 unsigned file_flags; in io_connect() local 1460 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 1463 connect->addr_len, file_flags); in io_connect()
|
/linux-6.3-rc2/net/ |
A D | socket.c | 1847 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() argument 1881 err = sock->ops->accept(sock, newsock, sock->file->f_flags | file_flags, in do_accept() 1985 int addrlen, int file_flags) in __sys_connect_file() argument 2002 sock->file->f_flags | file_flags); in __sys_connect_file()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | syscall.c | 2684 #define BPF_OBJ_LAST_FIELD file_flags 2688 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags != 0) in bpf_obj_pin() 2697 attr->file_flags & ~BPF_OBJ_FLAG_MASK) in bpf_obj_get() 2701 attr->file_flags); in bpf_obj_get()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 1411 __u32 file_flags; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 1411 __u32 file_flags; member
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events.c | 612 unsigned long file_flags = file->flags; in __ftrace_event_enable_disable() local 714 if ((file_flags & EVENT_FILE_FL_SOFT_DISABLED) != in __ftrace_event_enable_disable()
|
Completed in 63 milliseconds