Lines Matching refs:fl64
6988 struct flock64 fl64; in do_fcntl() local
7001 ret = copy_from_user_flock(&fl64, arg); in do_fcntl()
7005 ret = get_errno(safe_fcntl(fd, host_cmd, &fl64)); in do_fcntl()
7007 ret = copy_to_user_flock(arg, &fl64); in do_fcntl()
7013 ret = copy_from_user_flock(&fl64, arg); in do_fcntl()
7017 ret = get_errno(safe_fcntl(fd, host_cmd, &fl64)); in do_fcntl()
7022 ret = copy_from_user_flock64(&fl64, arg); in do_fcntl()
7026 ret = get_errno(safe_fcntl(fd, host_cmd, &fl64)); in do_fcntl()
7028 ret = copy_to_user_flock64(arg, &fl64); in do_fcntl()
7035 ret = copy_from_user_flock64(&fl64, arg); in do_fcntl()
7039 ret = get_errno(safe_fcntl(fd, host_cmd, &fl64)); in do_fcntl()