Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dfcntl.c539 static int get_compat_flock(struct flock *kfl, const struct compat_flock __user *ufl) in get_compat_flock() function
639 err = get_compat_flock(&flock, compat_ptr(arg)); in do_compat_fcntl64()
660 err = get_compat_flock(&flock, compat_ptr(arg)); in do_compat_fcntl64()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c522 static int get_compat_flock(struct flock *kfl, const struct compat_flock __user *ufl) in get_compat_flock() function
622 err = get_compat_flock(&flock, compat_ptr(arg)); in do_compat_fcntl64()
643 err = get_compat_flock(&flock, compat_ptr(arg)); in do_compat_fcntl64()

Completed in 4 milliseconds