nfm 95 fs/nfsd/filecache.c struct nfsd_file_mark *nfm = container_of(mark, struct nfsd_file_mark, nfm 98 fs/nfsd/filecache.c kmem_cache_free(nfsd_file_mark_slab, nfm); nfm 102 fs/nfsd/filecache.c nfsd_file_mark_get(struct nfsd_file_mark *nfm) nfm 104 fs/nfsd/filecache.c if (!atomic_inc_not_zero(&nfm->nfm_ref)) nfm 106 fs/nfsd/filecache.c return nfm; nfm 110 fs/nfsd/filecache.c nfsd_file_mark_put(struct nfsd_file_mark *nfm) nfm 112 fs/nfsd/filecache.c if (atomic_dec_and_test(&nfm->nfm_ref)) { nfm 114 fs/nfsd/filecache.c fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); nfm 115 fs/nfsd/filecache.c fsnotify_put_mark(&nfm->nfm_mark); nfm 124 fs/nfsd/filecache.c struct nfsd_file_mark *nfm = NULL, *new; nfm 132 fs/nfsd/filecache.c nfm = nfsd_file_mark_get(container_of(mark, nfm 137 fs/nfsd/filecache.c if (likely(nfm)) nfm 162 fs/nfsd/filecache.c nfm = new; nfm 167 fs/nfsd/filecache.c return nfm;