Searched refs:NCL_LIST_DIRTY (Results 1 – 2 of 2) sorted by relevance
409 if (ncl->ncl_flags & NCL_LIST_DIRTY) { in sdev_ncache_write_complete()411 ncl->ncl_flags &= ~NCL_LIST_DIRTY; in sdev_ncache_write_complete()484 (NCL_LIST_DIRTY | NCL_LIST_WENABLE | NCL_LIST_WRITING)) == in sdev_nc_flush_updates()485 (NCL_LIST_DIRTY | NCL_LIST_WENABLE))) { in sdev_nc_flush_updates()486 ncl->ncl_flags &= ~NCL_LIST_DIRTY; in sdev_nc_flush_updates()535 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_state_boot_complete()543 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_state_boot_complete()689 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_lookup_filter()803 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_nc_insertnode()870 ncl->ncl_flags |= NCL_LIST_DIRTY; in sdev_nc_path_exists()[all …]
403 #define NCL_LIST_DIRTY 0x01 /* needs to be flushed */ macro