Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dcompat.c350 static int get_compat_flock(struct flock *kfl, struct compat_flock __user *ufl) in get_compat_flock() function
429 ret = get_compat_flock(&f, compat_ptr(arg)); in COMPAT_SYSCALL_DEFINE3()