Searched defs:p9fs_mount (Results 1 – 2 of 2) sorted by relevance
145 struct mount *p9fs_mount; /* mount point */ member156 struct p9fs_mount { struct158 struct mount *p9fs_mountp; /* mount point */ argument159 int mount_tag_len; /* length of the mount tag */160 char *mount_tag; /* mount tag used */
473 p9fs_mount(struct mount *mp) in p9fs_mount() function