Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c155 } domount_args_t; typedef
209 static int nfs4_trigger_domount(vnode_t *, domount_args_t *, vfs_t **,
212 domount_args_t **dmap);
213 static void nfs4_trigger_domount_args_destroy(domount_args_t *dma,
747 domount_args_t *dma; in nfs4_trigger_mount()
902 nfs4_trigger_domount_args_create(vnode_t *vp, cred_t *cr, domount_args_t **dmap) in nfs4_trigger_domount_args_create()
910 domount_args_t *dma; in nfs4_trigger_domount_args_create()
1049 dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP); in nfs4_trigger_domount_args_create()
1059 nfs4_trigger_domount_args_destroy(domount_args_t *dma, vnode_t *vp) in nfs4_trigger_domount_args_destroy()
1080 kmem_free(dma, sizeof (domount_args_t)); in nfs4_trigger_domount_args_destroy()
[all …]