bpf_fs_inode
struct bpf_fs_inode *bi = foo;
sizeof(struct bpf_fs_inode),
static inline struct bpf_fs_inode *BPF_FS_I(struct inode *inode)
return container_of(inode, struct bpf_fs_inode, vfs_inode);
struct bpf_fs_inode *bi;
struct bpf_fs_inode *bi = BPF_FS_I(inode);
struct bpf_fs_inode *bi = BPF_FS_I(inode);
struct bpf_fs_inode *bi = BPF_FS_I(inode);
struct bpf_fs_inode *bi = BPF_FS_I(inode);