Home
last modified time | relevance | path

Searched refs:get_compat_flock64 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dfcntl.c549 static int get_compat_flock64(struct flock *kfl, const struct compat_flock64 __user *ufl) in get_compat_flock64() function
651 err = get_compat_flock64(&flock, compat_ptr(arg)); in do_compat_fcntl64()
669 err = get_compat_flock64(&flock, compat_ptr(arg)); in do_compat_fcntl64()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c532 static int get_compat_flock64(struct flock *kfl, const struct compat_flock64 __user *ufl) in get_compat_flock64() function
634 err = get_compat_flock64(&flock, compat_ptr(arg)); in do_compat_fcntl64()
652 err = get_compat_flock64(&flock, compat_ptr(arg)); in do_compat_fcntl64()

Completed in 3 milliseconds