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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c397 static int get_compat_flock(struct flock *kfl, struct compat_flock __user *ufl) argument
399 if (!access_ok(VERIFY_READ, ufl, sizeof(*ufl)) ||
400 __get_user(kfl->l_type, &ufl->l_type) ||
401 __get_user(kfl->l_whence, &ufl->l_whence) ||
402 __get_user(kfl->l_start, &ufl->l_start) ||
403 __get_user(kfl->l_len, &ufl->l_len) ||
404 __get_user(kfl->l_pid, &ufl->l_pid))
409 static int put_compat_flock(struct flock *kfl, struct compat_flock __user *ufl) argument
411 if (!access_ok(VERIFY_WRITE, ufl, sizeo
422 get_compat_flock64(struct flock *kfl, struct compat_flock64 __user *ufl) argument
436 put_compat_flock64(struct flock *kfl, struct compat_flock64 __user *ufl) argument
[all...]

Completed in 54 milliseconds