Searched refs:nfs_lockd_mounts (Results 1 – 4 of 4) sorted by relevance
131 nfs_lockd_mounts++; in nfs_lockd_mount_register()157 nfs_lockd_mounts--; in nfs_lockd_mount_unregister()160 send_shutdown = ((nfs_lockd_mounts == 0) && nfs_lockd_request_sent); in nfs_lockd_mount_unregister()
1086 extern int nfs_lockd_mounts, nfs_lockd_request_sent;
171 …generic_nfs_client, OID_AUTO, lockd_mounts, CTLFLAG_RD | CTLFLAG_LOCKED, &nfs_lockd_mounts, 0, "");
179 int nfs_lockd_mounts = 0; variable