Function report |
Source Code:kernel\bpf\inode.c |
Create Date:2022-07-28 13:06:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_inode_type
Proto:static int bpf_inode_type(const struct inode *inode, enum bpf_type *type)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct inode * | inode | |
enum bpf_type * | type |
112 | type = BPF_TYPE_UNSPEC |
113 | If i_op == bpf_prog_iops Then type = BPF_TYPE_PROG |
115 | Else if i_op == bpf_map_iops Then type = BPF_TYPE_MAP |
117 | Else Return -EACCES |
120 | Return 0 |
Name | Describe |
---|---|
bpf_obj_do_get | |
bpf_free_inode |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |