Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c192 struct oabi_flock64 { struct
200 static int get_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in get_oabi_flock() argument
202 struct oabi_flock64 user; in get_oabi_flock()
204 if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, in get_oabi_flock()
217 static int put_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in put_oabi_flock()
219 struct oabi_flock64 user; in put_oabi_flock()
227 if (copy_to_user((struct oabi_flock64 __user *)arg, in put_oabi_flock()