Lines Matching defs:bsb
27 struct bpf_storage_blob *bsb;
29 bsb = bpf_inode(inode);
30 if (!bsb)
32 return &bsb->storage;
41 struct bpf_storage_blob *bsb;
43 bsb = bpf_inode(inode);
44 if (!bsb)
48 rcu_dereference_check(bsb->storage, bpf_rcu_lock_held());
59 struct bpf_storage_blob *bsb;
61 bsb = bpf_inode(inode);
62 if (!bsb)
67 local_storage = rcu_dereference(bsb->storage);