Home
last modified time | relevance | path

Searched refs:unlkend (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkern_lockf.c1008 const off_t unlkend = LF_END(unlock); in lf_clearlock() local
1030 assert(unlkend < OFF_MAX); in lf_clearlock()
1031 overlap->lf_start = unlkend + 1; in lf_clearlock()
1058 assert(unlkend < OFF_MAX); in lf_clearlock()
1059 overlap->lf_start = unlkend + 1; in lf_clearlock()