Lines Matching defs:type
32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get()
49 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put()
64 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj()
112 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type()
172 enum bpf_type type = MINOR(devt); in bpf_mkobj() local
231 enum bpf_type type) in bpf_obj_do_pin()
268 enum bpf_type type; in bpf_obj_pin_user() local
298 enum bpf_type *type, int flags) in bpf_obj_do_get()
331 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local
372 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode()
393 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) in bpf_prog_get_type_path()
423 enum bpf_type type; in bpf_destroy_inode_deferred() local
512 static struct dentry *bpf_mount(struct file_system_type *type, int flags, in bpf_mount()