Home
last modified time | relevance | path

Searched refs:nfsd_notifier_refcount (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
H A Dnfssvc.c513 static atomic_t nfsd_notifier_refcount = ATOMIC_INIT(0);
531 if (atomic_dec_return(&nfsd_notifier_refcount) == 0) { in nfsd_destroy_serv()
652 if (atomic_inc_return(&nfsd_notifier_refcount) == 1) { in nfsd_create_serv()
516 static atomic_t nfsd_notifier_refcount = ATOMIC_INIT(0); global() variable