Searched refs:zfs_parsedev (Results 1 – 1 of 1) sorted by relevance
64 static int zfs_parsedev(struct devdesc **idev, const char *devspec,396 rv = zfs_parsedev((struct devdesc **)&zfsdev, dev, NULL); in zfs_mount()1608 .dv_parsedev = zfs_parsedev,1612 zfs_parsedev(struct devdesc **idev, const char *devspec, const char **path) in zfs_parsedev() function