Lines Matching refs:bf
46 xfs_flock64_t *bf, in xfs_compat_flock64_copyin() argument
49 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
50 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
51 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
52 get_user(bf->l_len, &arg32->l_len) || in xfs_compat_flock64_copyin()
53 get_user(bf->l_sysid, &arg32->l_sysid) || in xfs_compat_flock64_copyin()
54 get_user(bf->l_pid, &arg32->l_pid) || in xfs_compat_flock64_copyin()
55 copy_from_user(bf->l_pad, &arg32->l_pad, 4*sizeof(u32))) in xfs_compat_flock64_copyin()
583 struct xfs_flock64 bf; in xfs_file_compat_ioctl() local
585 if (xfs_compat_flock64_copyin(&bf, arg)) in xfs_file_compat_ioctl()
588 return xfs_ioc_space(filp, cmd, &bf); in xfs_file_compat_ioctl()