Home
last modified time | relevance | path

Searched defs:mount_tag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/virtio/p9fs/
H A Dvirtio_p9fs.h37 uint8_t mount_tag[0]; member
H A Dvirtio_p9fs.c72 char *mount_tag; member
314 char *mount_tag; in vt9p_attach() local
396 vt9p_create(const char *mount_tag, void **handlep) in vt9p_create()
/freebsd/sys/fs/p9fs/
H A Dp9fs.h160 char *mount_tag; /* mount tag used */ member
H A Dp9_client.c537 p9_client_create(struct mount *mp, int *error, const char *mount_tag) in p9_client_create()