Searched refs:start_lo (Results 1 – 1 of 1) sorted by relevance
3642 unsigned int start_lo, start_hi, len_lo, len_hi; in ia32_get_flock() local3645 | get_user(start_lo, (int *) (addr + 4)) in ia32_get_flock()3650 l->l_start = ((unsigned long) start_hi << 32) | start_lo; in ia32_get_flock()