mount_root        285 usr/server/fs/vfs/vfs_mount.c count_match(char *path, char *mount_root)
mount_root        289 usr/server/fs/vfs/vfs_mount.c 	while (*path && *mount_root) {
mount_root        290 usr/server/fs/vfs/vfs_mount.c 		if (*path++ != *mount_root++)
mount_root        294 usr/server/fs/vfs/vfs_mount.c 	if (*mount_root != '\0')