Searched refs:file_flags (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | bpf.h | 276 __u32 file_flags; member 280 #define bpf_obj_get_opts__last_field file_flags
|
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-v6.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 435 extern struct file *do_accept(struct file *file, unsigned file_flags, 444 int addrlen, int file_flags);
|
/Linux-v6.1/include/linux/ |
D | socket.h | 435 extern struct file *do_accept(struct file *file, unsigned file_flags, 444 int addrlen, int file_flags);
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | bmi.h | 198 __le32 file_flags; member
|
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-v6.1/io_uring/ |
D | net.c | 1267 unsigned int file_flags = force_nonblock ? O_NONBLOCK : 0; in io_accept() local 1278 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept() 1397 unsigned file_flags; in io_connect() local 1422 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 1425 connect->addr_len, file_flags); in io_connect()
|
/Linux-v6.1/net/ |
D | socket.c | 1822 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() argument 1856 err = sock->ops->accept(sock, newsock, sock->file->f_flags | file_flags, in do_accept() 1960 int addrlen, int file_flags) in __sys_connect_file() argument 1977 sock->file->f_flags | file_flags); in __sys_connect_file()
|
/Linux-v6.1/kernel/bpf/ |
D | syscall.c | 2657 #define BPF_OBJ_LAST_FIELD file_flags 2661 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags != 0) in bpf_obj_pin() 2670 attr->file_flags & ~BPF_OBJ_FLAG_MASK) in bpf_obj_get() 2674 attr->file_flags); in bpf_obj_get()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | bpf.h | 1398 __u32 file_flags; member
|
/Linux-v6.1/include/uapi/linux/ |
D | bpf.h | 1398 __u32 file_flags; member
|
/Linux-v6.1/kernel/trace/ |
D | trace_events.c | 597 unsigned long file_flags = file->flags; in __ftrace_event_enable_disable() local 699 if ((file_flags & EVENT_FILE_FL_SOFT_DISABLED) != in __ftrace_event_enable_disable()
|