Searched refs:nvfdp (Results 1 – 1 of 1) sorted by relevance
257 nvfd_t *nvfdp; in i_ddi_start_flush_daemon() local265 for (nvfdp = list_head(&nvf_cache_files); nvfdp; in i_ddi_start_flush_daemon()266 nvfdp = list_next(&nvf_cache_files, nvfdp)) { in i_ddi_start_flush_daemon()267 if (NVF_IS_DIRTY(nvfdp)) { in i_ddi_start_flush_daemon()290 nvfd_t *nvfdp; in nvf_register_file() local292 nvfdp = kmem_zalloc(sizeof (*nvfdp), KM_SLEEP); in nvf_register_file()294 nvfdp->nvf_ops = ops; in nvf_register_file()295 nvfdp->nvf_flags = 0; in nvf_register_file()296 rw_init(&nvfdp->nvf_lock, NULL, RW_DRIVER, NULL); in nvf_register_file()299 list_insert_tail(&nvf_cache_files, nvfdp); in nvf_register_file()[all …]