Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c80 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 Dblklogwrites.c345 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 Dsocket.h442 extern struct file *do_accept(struct file *file, unsigned file_flags,
451 int addrlen, int file_flags);
/openbmc/linux/include/linux/
H A Dsocket.h443 extern struct file *do_accept(struct file *file, unsigned file_flags,
452 int addrlen, int file_flags);
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h290 __u32 file_flags; member
304 __u32 file_flags; member
H A Dbpf.c587 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 Dbmi.h198 __le32 file_flags; member
H A Dhw.c1032 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 Dnet.c1389 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 Dbootmap.h407 uint8_t file_flags; member
H A Dbootmap.c885 if (cur_record->file_flags & 0x2) { in iso_get_file_size()
/openbmc/linux/net/
H A Dsocket.c1902 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 Dsyscall.c2802 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 Dbpf.h1477 __u32 file_flags; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1477 __u32 file_flags; member