Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dsyscall.c139 static void __user *u64_to_ptr(__u64 val) in u64_to_ptr() function
149 void __user *ukey = u64_to_ptr(attr->key); in map_lookup_elem()
150 void __user *uvalue = u64_to_ptr(attr->value); in map_lookup_elem()
207 void __user *ukey = u64_to_ptr(attr->key); in map_update_elem()
208 void __user *uvalue = u64_to_ptr(attr->value); in map_update_elem()
260 void __user *ukey = u64_to_ptr(attr->key); in map_delete_elem()
299 void __user *ukey = u64_to_ptr(attr->key); in map_get_next_key()
300 void __user *unext_key = u64_to_ptr(attr->next_key); in map_get_next_key()
488 if (strncpy_from_user(license, u64_to_ptr(attr->license), in bpf_prog_load()
511 if (copy_from_user(prog->insns, u64_to_ptr(attr->insns), in bpf_prog_load()
/linux-4.1.27/fs/btrfs/
Dqgroup.c103 #define u64_to_ptr(x) ((struct btrfs_qgroup *)(uintptr_t)x) macro
1047 qgroup = u64_to_ptr(unode->aux); in __qgroup_excl_accounting()
1605 qg = u64_to_ptr(tmp_unode->aux); in qgroup_calc_old_refcnt()
1721 qg = u64_to_ptr(unode->aux); in qgroup_account_deleted_refs()
1769 qg = u64_to_ptr(unode->aux); in qgroup_calc_new_refcnt()
1812 qg = u64_to_ptr(unode->aux); in qgroup_adjust_counters()
2136 qg = u64_to_ptr(unode->aux); in qgroup_subtree_accounting()
2526 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_reserve()
2558 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_reserve()
2604 qg = u64_to_ptr(unode->aux); in btrfs_qgroup_free()