Home
last modified time | relevance | path

Searched defs:p9fs_mount (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9fs.h145 struct mount *p9fs_mount; /* mount point */ member
156 struct p9fs_mount { struct
158 struct mount *p9fs_mountp; /* mount point */ argument
159 int mount_tag_len; /* length of the mount tag */
160 char *mount_tag; /* mount tag used */
H A Dp9fs_vfsops.c473 p9fs_mount(struct mount *mp) in p9fs_mount() function