HomeSort by: relevance | last modified time | path
    Searched defs:dbu (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dbuf.c 56 extern inline void dmu_buf_init_user(dmu_buf_user_t *dbu,
351 dmu_buf_user_t *dbu = db->db_user; local
355 if (dbu == NULL)
362 if (dbu->dbu_clear_on_evict_dbufp != NULL)
363 *dbu->dbu_clear_on_evict_dbufp = NULL;
373 * containing the dbu. In that case we need to take care to not
374 * dereference dbu after calling the sync evict func.
376 boolean_t has_async = (dbu->dbu_evict_func_async != NULL);
378 if (dbu->dbu_evict_func_sync != NULL)
379 dbu->dbu_evict_func_sync(dbu)
    [all...]
dbuf.c 56 extern inline void dmu_buf_init_user(dmu_buf_user_t *dbu,
351 dmu_buf_user_t *dbu = db->db_user; local
355 if (dbu == NULL)
362 if (dbu->dbu_clear_on_evict_dbufp != NULL)
363 *dbu->dbu_clear_on_evict_dbufp = NULL;
373 * containing the dbu. In that case we need to take care to not
374 * dereference dbu after calling the sync evict func.
376 boolean_t has_async = (dbu->dbu_evict_func_async != NULL);
378 if (dbu->dbu_evict_func_sync != NULL)
379 dbu->dbu_evict_func_sync(dbu)
    [all...]

Completed in 39 milliseconds