Searched refs:ncl_flags (Results 1 – 2 of 2) sorted by relevance
406 ASSERT(ncl->ncl_flags & NCL_LIST_WRITING); in sdev_ncache_write_complete()408 if (ncl->ncl_flags & NCL_LIST_DIRTY) { in sdev_ncache_write_complete()410 ncl->ncl_flags &= ~NCL_LIST_DIRTY; in sdev_ncache_write_complete()415 ncl->ncl_flags &= ~NCL_LIST_WRITING; in sdev_ncache_write_complete()436 ncl->ncl_flags &= ~NCL_LIST_WRITING; in sdev_ncache_write()482 if (((ncl->ncl_flags & in sdev_nc_flush_updates()485 ncl->ncl_flags &= ~NCL_LIST_DIRTY; in sdev_nc_flush_updates()486 ncl->ncl_flags |= NCL_LIST_WRITING; in sdev_nc_flush_updates()504 if (ncl->ncl_flags & NCL_LIST_WENABLE) { in sdev_nc_flush_boot_update()534 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_state_boot_complete()[all …]
391 int ncl_flags; member