Home
last modified time | relevance | path

Searched refs:userp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa.h122 int sa_handle_get(objset_t *, uint64_t, void *userp,
124 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp,
/f-stack/freebsd/kern/
H A Dvfs_aio.c698 struct proc *userp; in aio_selectjob() local
703 userp = job->userproc; in aio_selectjob()
704 ki = userp->p_aioinfo; in aio_selectjob()
882 ki = userp->p_aioinfo; in aio_bio_done_notify()
939 wakeup(&userp->p_aioinfo); in aio_bio_done_notify()
1029 struct proc *userp; in aio_complete() local
1034 userp = job->userproc; in aio_complete()
1035 ki = userp->p_aioinfo; in aio_complete()
1855 aio_kick(struct proc *userp) in aio_kick() argument
1886 struct proc *userp = context; in aio_kick_helper() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c131 uint16_t length, int length_idx, boolean_t, void *userp);
1160 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument
1162 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab()
1174 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument
1214 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter()
1224 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument
1226 sa_handle_t *hdl = userp; in sa_byteswap_cb()
1389 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument
1413 handle->sa_userp = userp; in sa_handle_get_from_db()
1439 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument
[all …]