Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddcookies.c149 SYSCALL_DEFINE3(lookup_dcookie, u64, cookie64, char __user *, buf, size_t, len) in SYSCALL_DEFINE3() argument
151 unsigned long cookie = (unsigned long)cookie64; in SYSCALL_DEFINE3()
/linux-4.4.14/include/linux/
Dsyscalls.h585 asmlinkage long sys_lookup_dcookie(u64 cookie64, char __user *buf, size_t len);