Home
last modified time | relevance | path

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

/titanic_41/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,
742 domount_args_t *dma; in nfs4_trigger_mount()
897 nfs4_trigger_domount_args_create(vnode_t *vp, cred_t *cr, domount_args_t **dmap) in nfs4_trigger_domount_args_create()
905 domount_args_t *dma; in nfs4_trigger_domount_args_create()
1044 dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP); in nfs4_trigger_domount_args_create()
1054 nfs4_trigger_domount_args_destroy(domount_args_t *dma, vnode_t *vp) in nfs4_trigger_domount_args_destroy()
1075 kmem_free(dma, sizeof (domount_args_t)); in nfs4_trigger_domount_args_destroy()
[all …]