Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h119 struct p9_client *p9_client_create(struct mount *mp, int *error,
H A Dp9fs_subr.c73 vses->clnt = p9_client_create(mp, error, virtmp->mount_tag); in p9fs_init_session()
H A Dp9_client.c537 p9_client_create(struct mount *mp, int *error, const char *mount_tag) in p9_client_create() function