lf_print
lf_print(NULL, lf);
void lf_print(const char *, struct lockf *);
#define LFPRINT(args, level) if (lockf_debug & (level)) lf_print args