Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c1212 typedef struct mnt_param { struct
1230 mnt_param_t *mnt_param = zfs_alloc(hdl, sizeof (mnt_param_t)); in zfs_dispatch_mount() argument
1232 mnt_param->mnt_hdl = hdl; in zfs_dispatch_mount()
1233 mnt_param->mnt_tp = tp; in zfs_dispatch_mount()
1234 mnt_param->mnt_zhps = handles; in zfs_dispatch_mount()
1235 mnt_param->mnt_num_handles = num_handles; in zfs_dispatch_mount()
1236 mnt_param->mnt_idx = idx; in zfs_dispatch_mount()
1237 mnt_param->mnt_func = func; in zfs_dispatch_mount()
1238 mnt_param->mnt_data = data; in zfs_dispatch_mount()
1240 (void) tpool_dispatch(tp, zfs_mount_task, (void*)mnt_param); in zfs_dispatch_mount()