Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dstate.h204 refcount_t ne_ref; // refcount member
226 refcount_inc(&ne->ne_ref); in nfsd_notify_event_get()
232 if (refcount_dec_and_test(&ne->ne_ref)) { in nfsd_notify_event_put()
H A Dnfs4state.c10439 refcount_set(&ne->ne_ref, 1); in alloc_nfsd_notify_event()