Searched defs:dmu_buf_user_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h516 * The mapping from a dmu_buf_user_t to any client private data is the
518 * data embed a dmu_buf_user_t as the first member of the structure for
523 * conversion for private data that cannot have the dmu_buf_user_t as
559 } dmu_buf_user_t; typedef in typeref:struct:dmu_buf_user
562 * Initialize the given dmu_buf_user_t instance with the eviction function
565 * NOTE: This function should only be called once on a given dmu_buf_user_t.
571 dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func,
575 dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func_sync,
598 void *dmu_buf_set_user(dmu_buf_t *db, dmu_buf_user_t *user);
607 void *dmu_buf_set_user_ie(dmu_buf_t *db, dmu_buf_user_t *use
[all...]

Completed in 46 milliseconds