/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 80 pin_opts.file_flags = BPF_F_PATH_FD; in bpf_obj_pinning_detached() 87 get_opts.file_flags = BPF_F_PATH_FD; in bpf_obj_pinning_detached() 147 pin_opts.file_flags = BPF_F_PATH_FD; in validate_pin() 212 get_opts.file_flags = BPF_F_PATH_FD; in validate_get()
|
/openbmc/qemu/block/ |
H A D | blklogwrites.c | 345 int file_flags; member 482 .file_flags = flags, in blk_log_writes_co_log() 528 fr->qiov, fr->file_flags); in blk_log_writes_co_do_file_pwritev() 535 fr->file_flags); in blk_log_writes_co_do_file_pwrite_zeroes()
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 442 extern struct file *do_accept(struct file *file, unsigned file_flags, 451 int addrlen, int file_flags);
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 443 extern struct file *do_accept(struct file *file, unsigned file_flags, 452 int addrlen, int file_flags);
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.h | 290 __u32 file_flags; member 304 __u32 file_flags; member
|
H A D | bpf.c | 587 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_pin_opts() 616 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_get_opts()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.h | 198 __le32 file_flags; member
|
H A D | hw.c | 1032 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download() 1035 hdr->file_flags); in ath10k_hw_diag_fast_download()
|
/openbmc/linux/io_uring/ |
H A D | net.c | 1389 unsigned int file_flags = force_nonblock ? O_NONBLOCK : 0; in io_accept() local 1402 file = do_accept(req->file, file_flags, accept->addr, accept->addr_len, in io_accept() 1523 unsigned file_flags; in io_connect() local 1543 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 1546 connect->addr_len, file_flags); in io_connect()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.h | 407 uint8_t file_flags; member
|
H A D | bootmap.c | 885 if (cur_record->file_flags & 0x2) { in iso_get_file_size()
|
/openbmc/linux/net/ |
H A D | socket.c | 1902 struct file *do_accept(struct file *file, unsigned file_flags, in do_accept() argument 1938 err = ops->accept(sock, newsock, sock->file->f_flags | file_flags, in do_accept() 2041 int addrlen, int file_flags) in __sys_connect_file() argument 2058 addrlen, sock->file->f_flags | file_flags); in __sys_connect_file()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2802 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags & ~BPF_F_PATH_FD) in bpf_obj_pin() 2806 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_pin() 2809 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_pin() 2819 attr->file_flags & ~(BPF_OBJ_FLAG_MASK | BPF_F_PATH_FD)) in bpf_obj_get() 2823 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_get() 2826 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_get() 2828 attr->file_flags); in bpf_obj_get()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1477 __u32 file_flags; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1477 __u32 file_flags; member
|