Searched refs:bsb (Results 1 – 1 of 1) sorted by relevance
28 struct bpf_storage_blob *bsb; in inode_storage_ptr() local30 bsb = bpf_inode(inode); in inode_storage_ptr()31 if (!bsb) in inode_storage_ptr()33 return &bsb->storage; in inode_storage_ptr()42 struct bpf_storage_blob *bsb; in inode_storage_lookup() local44 bsb = bpf_inode(inode); in inode_storage_lookup()45 if (!bsb) in inode_storage_lookup()49 rcu_dereference_check(bsb->storage, bpf_rcu_lock_held()); in inode_storage_lookup()62 struct bpf_storage_blob *bsb; in bpf_inode_storage_free() local65 bsb = bpf_inode(inode); in bpf_inode_storage_free()[all …]