Home
last modified time | relevance | path

Searched refs:file_flags (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h426 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 Dsocket.h426 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 Dbmi.h198 __le32 file_flags; member
A Dhw.c1030 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download()
1033 hdr->file_flags); in ath10k_hw_diag_fast_download()
/linux/net/
A Dsocket.c1739 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 Dsyscall.c2395 #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 Dbpf.h1352 __u32 file_flags; member
/linux/include/uapi/linux/
A Dbpf.h1352 __u32 file_flags; member
/linux/kernel/trace/
A Dtrace_events.c581 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 Dio_uring.c5172 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