Searched refs:bpf_inode_storage_get (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 65 storage = bpf_inode_storage_get(&inode_storage_map, victim->d_inode, 0, in BPF_PROG() 133 storage = bpf_inode_storage_get(&inode_storage_map, file->f_inode, 0, in BPF_PROG()
|
/Linux-v5.10/kernel/bpf/ |
D | bpf_inode_storage.c | 166 BPF_CALL_4(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_4() argument 255 .func = bpf_inode_storage_get,
|