Searched refs:bpf_inode_storage_get (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | local_storage.c | 84 bpf_inode_storage_get(&inode_storage_map, new_dentry->d_inode, 0, in BPF_PROG() 87 storage = bpf_inode_storage_get(&inode_storage_map, old_dentry->d_inode, in BPF_PROG() 175 storage = bpf_inode_storage_get(&inode_storage_map, bprm->file->f_inode, in BPF_PROG()
|
/linux/kernel/bpf/ |
A D | bpf_inode_storage.c | 170 BPF_CALL_4(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode, in BPF_CALL_4() argument 262 .func = bpf_inode_storage_get,
|
Completed in 5 milliseconds