Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c66 storage = bpf_inode_storage_get(&inode_storage_map, victim->d_inode, 0, in BPF_PROG()
139 storage = bpf_inode_storage_get(&inode_storage_map, file->f_inode, 0, in BPF_PROG()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c170 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,