lockd_up
lockd_up(net, NULL); /* note: this cannot fail as lockd is already running */
status = lockd_up(nlm_init->net, nlm_init->cred);
EXPORT_SYMBOL_GPL(lockd_up);
bool lockd_up;
if (nfsd_needs_lockd(nn) && !nn->lockd_up) {
ret = lockd_up(net, cred);
nn->lockd_up = true;
if (nn->lockd_up) {
nn->lockd_up = false;
if (nn->lockd_up) {
nn->lockd_up = false;
extern int lockd_up(struct net *net, const struct cred *cred);