Searched refs:range_sync (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c251 static struct rangelocks *range_sync; variable in typeref:struct:rangelocks
541 if (rangelock_init(&range_sync) == -1)
1324 if (rangelock_islocked(range_sync,
2086 if (rangelock_add(range_sync, offset, length) == -1) {
2202 rangelock_del(range_sync, offset, length);

Completed in 53 milliseconds