Lines Matching refs:l_offset
62 u32 *l_offset, u32 *l_len)
66 *l_offset = loff_t_to_s32(fl->fl_start);
230 * unsigned l_offset;
238 u32 l_offset, l_len;
246 nlm_compute_offsets(lock, &l_offset, &l_len);
247 *p++ = cpu_to_be32(l_offset);
255 u32 exclusive, l_offset, l_len;
280 l_offset = be32_to_cpup(p++);
282 end = l_offset + l_len - 1;
284 fl->fl_start = (loff_t)l_offset;
315 * unsigned l_offset;
322 u32 l_offset, l_len;
332 nlm_compute_offsets(lock, &l_offset, &l_len);
333 *p++ = cpu_to_be32(l_offset);