Home
last modified time | relevance | path

Searched refs:bsb (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_inode_storage.c27 struct bpf_storage_blob *bsb; in inode_storage_ptr() local
29 bsb = bpf_inode(inode); in inode_storage_ptr()
30 if (!bsb) in inode_storage_ptr()
32 return &bsb->storage; in inode_storage_ptr()
41 struct bpf_storage_blob *bsb; in inode_storage_lookup() local
43 bsb = bpf_inode(inode); in inode_storage_lookup()
44 if (!bsb) in inode_storage_lookup()
48 rcu_dereference_check(bsb->storage, bpf_rcu_lock_held()); in inode_storage_lookup()
59 struct bpf_storage_blob *bsb; in bpf_inode_storage_free() local
61 bsb = bpf_inode(inode); in bpf_inode_storage_free()
[all …]