Searched refs:oabi_flock64 (Results 1 – 1 of 1) sorted by relevance
192 struct oabi_flock64 { struct200 static int get_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in get_oabi_flock() argument202 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()