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

/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dlvm-functions.c67 int lock_mode; member in struct:lv_info
198 return lvi->lock_mode;
261 lvi->lock_mode = mode;
273 lvi->lock_mode = mode;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dprivate.h91 int lock_mode; member in struct:kadm5_log_context
H A Dlog.c563 log_open(kadm5_server_context *server_context, int lock_mode) argument
572 if (lock_mode & LOCK_NB) {
573 lock_mode &= ~LOCK_NB;
577 if (lock_mode == log_context->lock_mode && log_context->log_fd != -1)
590 lock_it = (lock_mode != log_context->lock_mode);
593 if (lock_mode != LOCK_UN)
602 lock_it = (lock_mode != LOCK_UN);
604 if (lock_it && flock(fd, lock_mode | lock_n
624 log_init(kadm5_server_context *server_context, int lock_mode) argument
[all...]

Completed in 178 milliseconds