Searched refs:bpf_inode_storage_get (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | local_storage.c | 119 bpf_inode_storage_get(&inode_storage_map, new_dentry->d_inode, 0, in BPF_PROG() 122 storage = bpf_inode_storage_get(&inode_storage_map, old_dentry->d_inode, in BPF_PROG() 222 storage = bpf_inode_storage_get(&inode_storage_map, bprm->file->f_inode, in BPF_PROG()
|
| A D | map_kptr.c | 249 v = bpf_inode_storage_get(&inode_ls_map, inode, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); in BPF_PROG()
|
| /linux/kernel/bpf/ |
| A D | bpf_inode_storage.c | 130 BPF_CALL_5(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_5() argument 212 .func = bpf_inode_storage_get,
|
Completed in 10 milliseconds