Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dsyscall.c214 static void __user *u64_to_ptr(__u64 val) in u64_to_ptr() function
224 void __user *ukey = u64_to_ptr(attr->key); in map_lookup_elem()
225 void __user *uvalue = u64_to_ptr(attr->value); in map_lookup_elem()
283 void __user *ukey = u64_to_ptr(attr->key); in map_update_elem()
284 void __user *uvalue = u64_to_ptr(attr->value); in map_update_elem()
337 void __user *ukey = u64_to_ptr(attr->key); in map_delete_elem()
377 void __user *ukey = u64_to_ptr(attr->key); in map_get_next_key()
378 void __user *unext_key = u64_to_ptr(attr->next_key); in map_get_next_key()
633 if (strncpy_from_user(license, u64_to_ptr(attr->license), in bpf_prog_load()
663 if (copy_from_user(prog->insns, u64_to_ptr(attr->insns), in bpf_prog_load()
[all …]
/linux-4.4.14/fs/btrfs/
Dqgroup.c135 #define u64_to_ptr(x) ((struct btrfs_qgroup *)(uintptr_t)x) macro
1080 qgroup = u64_to_ptr(unode->aux); in __qgroup_excl_accounting()
1520 qg = u64_to_ptr(tmp_unode->aux); in qgroup_update_refcnt()
1593 qg = u64_to_ptr(unode->aux); in qgroup_update_counters()
2076 qg = u64_to_ptr(unode->aux); in qgroup_reserve()
2108 qg = u64_to_ptr(unode->aux); in qgroup_reserve()
2153 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_free_refroot()