Searched refs:nfm (Results 1 – 1 of 1) sorted by relevance
95 struct nfsd_file_mark *nfm = container_of(mark, struct nfsd_file_mark, in nfsd_file_mark_free() local98 kmem_cache_free(nfsd_file_mark_slab, nfm); in nfsd_file_mark_free()102 nfsd_file_mark_get(struct nfsd_file_mark *nfm) in nfsd_file_mark_get() argument104 if (!atomic_inc_not_zero(&nfm->nfm_ref)) in nfsd_file_mark_get()106 return nfm; in nfsd_file_mark_get()110 nfsd_file_mark_put(struct nfsd_file_mark *nfm) in nfsd_file_mark_put() argument112 if (atomic_dec_and_test(&nfm->nfm_ref)) { in nfsd_file_mark_put()114 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put()115 fsnotify_put_mark(&nfm->nfm_mark); in nfsd_file_mark_put()124 struct nfsd_file_mark *nfm = NULL, *new; in nfsd_file_mark_find_or_create() local[all …]