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

/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dexternal_locking.c27 static int (*_lock_fn) (struct cmd_context * cmd, const char *resource, variable
36 if (_lock_fn)
37 return _lock_fn(cmd, resource, flags);
52 _lock_fn = NULL;
84 !(_lock_fn = dlsym(_locking_lib, "lock_resource")) ||

Completed in 98 milliseconds