Lines Matching defs:end
1617 * the end of the initial SEQUENCE operation--the rest we regenerate5007 * the end:6329 u64 end;6331 end = start + len;6332 return end >= start ? end: NFS4_MAX_UINT64;6339 u64 end;6342 end = start + len;6343 return end > start ? end - 1: NFS4_MAX_UINT64;