Home
last modified time | relevance | path

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

/kernel/bpf/
Dsyscall.c359 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms() function
760 if (!(map_get_sys_perms(map, f) & FMODE_CAN_READ)) { in map_lookup_elem()
892 if (!(map_get_sys_perms(map, f) & FMODE_CAN_WRITE)) { in map_update_elem()
1003 if (!(map_get_sys_perms(map, f) & FMODE_CAN_WRITE)) { in map_delete_elem()
1054 if (!(map_get_sys_perms(map, f) & FMODE_CAN_READ)) { in map_get_next_key()
1121 if (!(map_get_sys_perms(map, f) & FMODE_CAN_WRITE)) { in map_lookup_and_delete_elem()