Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_lockf.c999 const off_t unlkend = LF_END(unlock); in lf_clearlock() local
1021 assert(unlkend < OFF_MAX); in lf_clearlock()
1022 overlap->lf_start = unlkend + 1; in lf_clearlock()
1049 assert(unlkend < OFF_MAX); in lf_clearlock()
1050 overlap->lf_start = unlkend + 1; in lf_clearlock()